You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/01/20 03:13:16 UTC

[spark] branch master updated (775fae4 -> d50f8df)

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

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


    from 775fae4  [SPARK-30486][BUILD] Bump lz4-java version to 1.7.1
     add d50f8df  [SPARK-30413][SQL] Avoid WrappedArray roundtrip in GenericArrayData constructor, plus related optimization in ParquetMapConverter

No new revisions were added by this update.

Summary of changes:
 .../GenericArrayDataBenchmark-jdk11-results.txt    | 10 +++
 .../GenericArrayDataBenchmark-results.txt          | 10 +++
 .../spark/sql/catalyst/util/GenericArrayData.scala | 16 ++--
 .../catalyst/util/GenericArrayDataBenchmark.scala  | 93 ++++++++++++++++++++++
 .../datasources/parquet/ParquetRowConverter.scala  |  5 +-
 5 files changed, 122 insertions(+), 12 deletions(-)
 create mode 100644 sql/catalyst/benchmarks/GenericArrayDataBenchmark-jdk11-results.txt
 create mode 100644 sql/catalyst/benchmarks/GenericArrayDataBenchmark-results.txt
 create mode 100644 sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/GenericArrayDataBenchmark.scala


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