Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20483#discussion_r165609895
  
    --- 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 --
    
    the parquet/orc vectorized reader conf is also public.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to