You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2021/10/24 12:38:10 UTC

[spark] branch master updated (5c28b6e -> 74d974a)

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

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


    from 5c28b6e  Revert "[SPARK-37103][INFRA] Switch from Maven to SBT to build Spark on AppVeyor"
     add 74d974a  [SPARK-37037][SQL] Improve byte array sort by unify compareTo function of UTF8String and ByteArray

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/unsafe/types/ByteArray.java   | 36 +++++++++
 .../org/apache/spark/unsafe/types/UTF8String.java  | 25 +------
 .../apache/spark/unsafe/array/ByteArraySuite.java  | 19 +++++
 .../expressions/codegen/CodeGenerator.scala        |  2 +-
 .../apache/spark/sql/catalyst/util/TypeUtils.scala | 11 ---
 .../org/apache/spark/sql/types/BinaryType.scala    |  4 +-
 .../spark/sql/catalyst/util/TypeUtilsSuite.scala   | 18 -----
 .../ByteArrayBenchmark-jdk11-results.txt           | 16 ++++
 sql/core/benchmarks/ByteArrayBenchmark-results.txt | 16 ++++
 .../execution/benchmark/ByteArrayBenchmark.scala   | 86 ++++++++++++++++++++++
 10 files changed, 178 insertions(+), 55 deletions(-)
 create mode 100644 sql/core/benchmarks/ByteArrayBenchmark-jdk11-results.txt
 create mode 100644 sql/core/benchmarks/ByteArrayBenchmark-results.txt
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/ByteArrayBenchmark.scala

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