andygrove commented on code in PR #397: URL: https://github.com/apache/datafusion-comet/pull/397#discussion_r1592900908
########## common/src/main/scala/org/apache/comet/CometConf.scala: ########## @@ -276,6 +276,14 @@ object CometConf { .booleanConf .createWithDefault(false) + val COMET_EXPLAIN_ENABLED: ConfigEntry[String] = + conf("spark.comet.explain") + .doc( + "Set this config to VERBOSE to see logging explaining the reason(s) why a query " + + "stage cannot be executed natively with Comet.") + .stringConf + .createWithDefault("VERBOSE") Review Comment: I'm still thinking about what other options we may want here, or if this should just be a boolean config -- 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