Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/17436#discussion_r151765263
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetReadBenchmark.scala
---
@@ -260,6 +261,7 @@ object ParquetReadBenchmark {
def stringWithNullsScanBenchmark(values: Int, fractionOfNulls: Double):
Unit = {
withTempPath { dir =>
withTempTable("t1", "tempTable") {
+ val enableOffHeapColumnVector =
spark.sqlContext.conf.offHeapColumnVectorEnabled
--- End diff --
nit: spark.sessionState.conf.offHeapColumnVectorEnabled
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]