advancedxy commented on code in PR #206:
URL:
https://github.com/apache/arrow-datafusion-comet/pull/206#discussion_r1555951776
##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -336,6 +336,25 @@ object CometConf {
"enabled when reading from Iceberg tables.")
.booleanConf
.createWithDefault(false)
+
+ val COMET_ROW_TO_COLUMNAR_ENABLED: ConfigEntry[Boolean] = conf(
+ "spark.comet.rowToColumnar.enabled")
+ .internal()
+ .doc("Whether to enable row to columnar conversion in Comet. When this is
turned on, " +
+ "Comet will convert row-based operators in
spark.comet.rowToColumnar.sourceNodeList into " +
Review Comment:
hmm, actually CometRowToColumnar is general enough that it be used to
convert any row-based operator to a columnar one.
--
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]