viirya commented on code in PR #181:
URL: 
https://github.com/apache/arrow-datafusion-comet/pull/181#discussion_r1520065245


##########
spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala:
##########
@@ -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")

Review Comment:
   Yea, we post the log because one certain expression/operator is not 
supported. Not all query is not supported. But currently the message looks like 
Comet native execution is disabled completely.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to