PHILO-HE commented on code in PR #9531:
URL: https://github.com/apache/incubator-gluten/pull/9531#discussion_r2076930876


##########
shims/common/src/main/scala/org/apache/gluten/config/GlutenConfig.scala:
##########
@@ -1759,4 +1760,10 @@ object GlutenConfig {
       .booleanConf
       .createWithDefault(false)
 
+  val COLUMNAR_COLLECT_TAIL_ENABLED =
+    buildConf("spark.gluten.sql.columnar.collectTail")
+      .internal()

Review Comment:
   Seems we should remove `internal` as this config is public to users? cc 
@yikf 



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