andygrove commented on code in PR #676:
URL: https://github.com/apache/datafusion-comet/pull/676#discussion_r1680185877


##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -289,7 +289,7 @@ object CometConf extends ShimCometConf {
           "why a query stage cannot be executed natively. Set this to false to 
" +
           "reduce the amount of logging.")
       .booleanConf
-      .createWithDefault(true)
+      .createWithDefault(false)

Review Comment:
   Logging was too verbose so I changed this back to be off by default



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to