You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by su...@apache.org on 2021/11/30 03:21:05 UTC

[spark] branch master updated (c38c617 -> fe1bb55)

This is an automated email from the ASF dual-hosted git repository.

sunchao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from c38c617  [SPARK-37482][PYTHON] Skip check monotonic increasing for Series.asof with 'compute.eager_check'
     add fe1bb55  [SPARK-35867][SQL] Enable vectorized read for VectorizedPlainValuesReader.readBooleans

No new revisions were added by this update.

Summary of changes:
 .../DataSourceReadBenchmark-jdk11-results.txt      | 356 +++++++++++----------
 .../benchmarks/DataSourceReadBenchmark-results.txt | 356 +++++++++++----------
 .../parquet/VectorizedPlainValuesReader.java       |  52 ++-
 .../execution/vectorized/OffHeapColumnVector.java  |  12 +
 .../execution/vectorized/OnHeapColumnVector.java   |  12 +
 .../execution/vectorized/WritableColumnVector.java |  36 +++
 .../benchmark/DataSourceReadBenchmark.scala        |  21 +-
 .../datasources/parquet/ParquetEncodingSuite.scala |   7 +-
 .../execution/vectorized/ColumnarBatchSuite.scala  |  94 ++++++
 9 files changed, 587 insertions(+), 359 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org