jinchengchenghh commented on code in PR #5447:
URL: https://github.com/apache/incubator-gluten/pull/5447#discussion_r1578903451
##########
shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala:
##########
@@ -1460,6 +1462,13 @@ object GlutenConfig {
.booleanConf
.createOptional
+ val NATIVE_ARROW_READER_ENABLED =
+ buildConf("spark.gluten.sql.native.arrow.reader.enabled")
+ .internal()
+ .doc("This is config to specify whether to enable the native columnar
csv reader")
+ .booleanConf
+ .createWithDefault(true)
Review Comment:
ok , default true is used to pass CI, I will only set it to true in
`GlutenCSVSuite` and other relevant tests
--
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]