Skip to content

Commit

Permalink
minor: Make QueryPlanSerde warning log less confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Mar 10, 2024
1 parent 488c523 commit d908e89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import org.apache.comet.shims.ShimQueryPlanSerde
*/
object QueryPlanSerde extends Logging with ShimQueryPlanSerde {
def emitWarning(reason: String): Unit = {
logWarning(s"Comet native execution is disabled due to: $reason")
logWarning(s"Comet native execution: $reason")
}

def supportedDataType(dt: DataType): Boolean = dt match {
Expand Down

0 comments on commit d908e89

Please sign in to comment.