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/11/15 03:09:41 UTC

[spark] branch master updated (156704b -> eea846b)

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 156704b  [SPARK-33432][SQL] SQL parser should use active SQLConf
     add eea846b  [SPARK-33455][SQL][TEST] Add SubExprEliminationBenchmark for benchmarking subexpression elimination

No new revisions were added by this update.

Summary of changes:
 .../SubExprEliminationBenchmark-jdk11-results.txt  |  15 +++
 .../SubExprEliminationBenchmark-results.txt        |  15 +++
 .../execution/SubExprEliminationBenchmark.scala    | 118 +++++++++++++++++++++
 .../execution/benchmark/SqlBasedBenchmark.scala    |  23 ++++
 .../execution/datasources/json/JsonBenchmark.scala |  21 +---
 5 files changed, 172 insertions(+), 20 deletions(-)
 create mode 100644 sql/core/benchmarks/SubExprEliminationBenchmark-jdk11-results.txt
 create mode 100644 sql/core/benchmarks/SubExprEliminationBenchmark-results.txt
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/SubExprEliminationBenchmark.scala


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