unikdahal commented on code in PR #5318:
URL: https://github.com/apache/datafusion-comet/pull/5318#discussion_r4113088400


##########
spark/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -257,6 +257,8 @@ object CometConf extends ShimCometConf {
     createExecEnabledConfig("localTableScan", defaultValue = false)
   val COMET_EXEC_SAMPLE_ENABLED: ConfigEntry[Boolean] =
     createExecEnabledConfig("sample", defaultValue = true)
+  val COMET_EXEC_MERGE_ROWS_ENABLED: ConfigEntry[Boolean] =
+    createExecEnabledConfig("mergeRows", defaultValue = false)

Review Comment:
   Added the operator/plan/Iceberg docs and the Spark 4.1+ config caveat. The 
notes value is included in the generated config documentation.



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