Kimahriman commented on code in PR #785:
URL: https://github.com/apache/datafusion-comet/pull/785#discussion_r1705771601


##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -374,20 +374,22 @@ object CometConf extends ShimCometConf {
     .booleanConf
     .createWithDefault(COMET_SCHEMA_EVOLUTION_ENABLED_DEFAULT)
 
-  val COMET_ROW_TO_COLUMNAR_ENABLED: ConfigEntry[Boolean] =
-    conf("spark.comet.rowToColumnar.enabled")
+  val COMET_SPARK_TO_COLUMNAR_ENABLED: ConfigEntry[Boolean] =
+    conf("spark.comet.sparkToColumnar.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.supportedOperatorList` into columnar based 
before processing.")
+      .doc(
+        "Whether to enable row to columnar conversion in Comet. When this is 
turned on, " +
+          "Comet will convert row-based operators in " +
+          "`spark.comet.sparkToColumnar.supportedOperatorList` into columnar 
based before " +
+          "processing.")

Review Comment:
   Good catch, only did the find replaces



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