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/16 14:54:29 UTC

[spark] branch master updated (ee2647e -> f9cc7fb)

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 ee2647e  [SPARK-37008][SQL][TEST] Replace `UseCompressedOops` with `UseCompressedClassPointers` to pass `WholeStageCodegenSparkSubmitSuite` with Java 17
     add f9cc7fb  [SPARK-36992][SQL] Improve byte array sort perf by unify getPrefix 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  | 38 +--------------------
 .../{LongArraySuite.java => ByteArraySuite.java}   | 39 +++++++++++++---------
 3 files changed, 54 insertions(+), 59 deletions(-)
 copy common/unsafe/src/test/java/org/apache/spark/unsafe/array/{LongArraySuite.java => ByteArraySuite.java} (53%)

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