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

[spark] branch master updated (1b87015 -> d65f534)

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

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


    from 1b87015  [SPARK-31330] Automatically label PRs based on the paths they touch
     add d65f534  [SPARK-31414][SQL] Fix performance regression with new TimestampFormatter for json and csv time parsing

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/catalyst/csv/CSVOptions.scala |   9 +-
 .../spark/sql/catalyst/json/JSONOptions.scala      |   9 +-
 sql/core/benchmarks/CSVBenchmark-jdk11-results.txt |  88 +++++++-------
 sql/core/benchmarks/CSVBenchmark-results.txt       |  88 +++++++-------
 .../benchmarks/JsonBenchmark-jdk11-results.txt     | 130 ++++++++++-----------
 sql/core/benchmarks/JsonBenchmark-results.txt      | 130 ++++++++++-----------
 .../org/apache/spark/sql/CsvFunctionsSuite.scala   |  12 ++
 .../org/apache/spark/sql/JsonFunctionsSuite.scala  |  11 ++
 .../execution/datasources/csv/CSVBenchmark.scala   |   4 +-
 .../execution/datasources/json/JsonBenchmark.scala |   4 +-
 10 files changed, 261 insertions(+), 224 deletions(-)


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