taiyang-li commented on code in PR #7268:
URL: https://github.com/apache/incubator-gluten/pull/7268#discussion_r1837342938
##########
shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala:
##########
@@ -855,6 +858,13 @@ object GlutenConfig {
.booleanConf
.createWithDefault(true)
+ val COLUMNAR_HIVETABLESCAN_NESTED_COLUMN_PRUNING_ENABLED =
+ buildConf("spark.gluten.sql.columnar.hivetablescan.nested.column.pruning")
Review Comment:
跟其他config命名对齐,如spark.gluten.sql.columnar.enableVanillaVectorizedReaders
--
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]