Github user viirya commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19943#discussion_r156239181
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -378,6 +378,11 @@ object SQLConf {
         .checkValues(Set("hive", "native"))
         .createWithDefault("native")
     
    +  val ORC_VECTORIZED_READER_ENABLED = 
buildConf("spark.sql.orc.vectorizedReader.enabled")
    --- End diff --
    
    parquet config: `spark.sql.parquet.enableVectorizedReader`. Shall we have 
similar config name?


---

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

Reply via email to