Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/20483#discussion_r165581115
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -141,6 +141,12 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val CACHE_VECTORIZED_READER_ENABLED =
+ buildConf("spark.sql.inMemoryColumnarStorage.enableVectorizedReader")
+ .doc("Enables vectorized reader for columnar caching.")
+ .booleanConf
+ .createWithDefault(true)
--- End diff --
`internal`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]