comphead commented on code in PR #1780:
URL: https://github.com/apache/datafusion-comet/pull/1780#discussion_r2103552850


##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -454,6 +454,14 @@ object CometConf extends ShimCometConf {
       .booleanConf
       .createWithDefault(false)
 
+  val COMET_EXPLAIN_TRANSFORMATIONS: ConfigEntry[Boolean] =
+    conf("spark.comet.explain.rules")
+      .doc("When this setting is enabled, Comet will log all plan 
transformations performed " +
+        "in physical optimizer rules ")

Review Comment:
   ```suggestion
           "in physical optimizer rules. Default: false")
   ```



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