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

dongjoon pushed a change to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


    from cbf25fb633f4 Revert "[SPARK-45599][CORE] Use object equality in 
OpenHashSet"
     add b4118e0dbb50 [SPARK-45599][CORE][3.5] Use object equality in 
OpenHashSet

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/util/collection/OpenHashSet.scala | 16 +++++++--
 .../spark/util/collection/OpenHashMapSuite.scala   | 30 +++++++++++++++++
 .../spark/util/collection/OpenHashSetSuite.scala   | 39 ++++++++++++++++++++++
 .../sql-tests/analyzer-results/ansi/array.sql.out  | 14 ++++++++
 .../analyzer-results/ansi/literals.sql.out         |  7 ++++
 .../sql-tests/analyzer-results/array.sql.out       | 14 ++++++++
 .../sql-tests/analyzer-results/group-by.sql.out    | 19 +++++++++++
 .../sql-tests/analyzer-results/literals.sql.out    |  7 ++++
 .../src/test/resources/sql-tests/inputs/array.sql  |  4 +++
 .../test/resources/sql-tests/inputs/group-by.sql   | 15 +++++++++
 .../test/resources/sql-tests/inputs/literals.sql   |  3 ++
 .../resources/sql-tests/results/ansi/array.sql.out | 16 +++++++++
 .../sql-tests/results/ansi/literals.sql.out        |  8 +++++
 .../test/resources/sql-tests/results/array.sql.out | 16 +++++++++
 .../resources/sql-tests/results/group-by.sql.out   | 22 ++++++++++++
 .../resources/sql-tests/results/literals.sql.out   |  8 +++++
 .../apache/spark/sql/DataFrameAggregateSuite.scala | 33 ++++++++++++++++++
 17 files changed, 268 insertions(+), 3 deletions(-)


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

Reply via email to