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 2022/01/07 05:37:06 UTC

[spark] branch master updated (df74f6f -> 1c5117b)

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 df74f6f  [SPARK-37734][SQL][TESTS] Upgrade h2 from 1.4.195 to 2.0.204
     add 1c5117b  [SPARK-37820][SQL] Replace ApacheCommonBase64 with JavaBase64 for string funcs

No new revisions were added by this update.

Summary of changes:
 .../catalyst/expressions/stringExpressions.scala   | 11 ++-
 .../benchmarks/Base64Benchmark-jdk11-results.txt   | 56 ++++++++++++++++
 .../benchmarks/Base64Benchmark-jdk17-results.txt   | 56 ++++++++++++++++
 sql/core/benchmarks/Base64Benchmark-results.txt    | 56 ++++++++++++++++
 .../sql/execution/benchmark/Base64Benchmark.scala  | 78 ++++++++++++++++++++++
 5 files changed, 251 insertions(+), 6 deletions(-)
 create mode 100644 sql/core/benchmarks/Base64Benchmark-jdk11-results.txt
 create mode 100644 sql/core/benchmarks/Base64Benchmark-jdk17-results.txt
 create mode 100644 sql/core/benchmarks/Base64Benchmark-results.txt
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/Base64Benchmark.scala

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