Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/20483#discussion_r165569731
--- 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 --
To unblock 2.3, I think we need to disable this.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]