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

    https://github.com/apache/spark/pull/20361#discussion_r165242969
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetEncodingSuite.scala
 ---
    @@ -40,7 +40,9 @@ class ParquetEncodingSuite extends 
ParquetCompatibilityTest with SharedSQLContex
             
List.fill(n)(ROW).toDF.repartition(1).write.parquet(dir.getCanonicalPath)
             val file = 
SpecificParquetRecordReaderBase.listDirectory(dir).toArray.head
     
    -        val reader = new 
VectorizedParquetRecordReader(sqlContext.conf.offHeapColumnVectorEnabled)
    +        val conf = sqlContext.conf
    --- End diff --
    
    nit: `val capacity = sqlContext.conf. parquetVectorizedReaderBatchSize `


---

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

Reply via email to