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 c8c082c [SPARK-32812][PYTHON][TESTS] Avoid initiating a process during the main process for run-tests.py add 4144b6d [SPARK-32764][SQL] -0.0 should be equal to 0.0 No new revisions were added by this update. Summary of changes: .../expressions/codegen/CodeGenerator.scala | 10 ++- .../spark/sql/catalyst/util/SQLOrderingUtil.scala | 30 +++++---- .../org/apache/spark/sql/types/DoubleType.scala | 3 +- .../org/apache/spark/sql/types/FloatType.scala | 3 +- .../org/apache/spark/sql/types/numerics.scala | 5 +- .../sql/catalyst/expressions/PredicateSuite.scala | 16 +++++ .../sql/catalyst/util/SQLOrderingUtilSuite.scala | 75 ++++++++++++++++++++++ .../org/apache/spark/sql/DataFrameSuite.scala | 5 ++ 8 files changed, 126 insertions(+), 21 deletions(-) copy core/src/main/scala/org/apache/spark/SparkFiles.scala => sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/SQLOrderingUtil.scala (57%) create mode 100644 sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/SQLOrderingUtilSuite.scala --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org