sunchao commented on code in PR #181:
URL:
https://github.com/apache/arrow-datafusion-comet/pull/181#discussion_r1520023904
##########
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:
Hmm just wonder why is this better than the original?
--
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]