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

    https://github.com/apache/spark/pull/20361#discussion_r164634309
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -377,6 +377,12 @@ object SQLConf {
           .booleanConf
           .createWithDefault(true)
     
    +  val PARQUET_VECTORIZED_READER_BATCH_SIZE = 
buildConf("spark.sql.parquet.batchSize")
    --- End diff --
    
    I'd prefer `spark.sql.parquet.columnarReaderBatchSize` to be more clear.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to