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


##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -286,9 +286,10 @@ object CometConf extends ShimCometConf {
     conf("spark.comet.explainFallback.enabled")
       .doc(
         "When this setting is enabled, Comet will provide logging explaining 
the reason(s) " +
-          "why a query stage cannot be executed natively.")
+          "why a query stage cannot be executed natively. Set this to false to 
" +

Review Comment:
   That's a good point. I had tested with this set to true, but for the 
fallback logging we always want the verbose tree format. I will push a commit 
to resolve this
   



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to