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

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


    from fbc9dc7  [SPARK-31129][SQL][TESTS] Fix IntervalBenchmark and 
DateTimeBenchmark
     add b27b3c9  [SPARK-31090][SPARK-25457] Revert "IntegralDivide returns 
data type of the operands"

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/DecimalPrecision.scala   |   5 +-
 .../sql/catalyst/expressions/arithmetic.scala      |  42 ++----
 .../org/apache/spark/sql/internal/SQLConf.scala    |  11 --
 .../expressions/ArithmeticExpressionSuite.scala    |  64 +++------
 .../resources/sql-tests/inputs/operator-div.sql    |  21 ---
 .../test/resources/sql-tests/inputs/operators.sql  |  10 ++
 .../sql-tests/results/operator-div.sql.out         | 146 ---------------------
 .../resources/sql-tests/results/operators.sql.out  |  66 +++++++++-
 .../sql-tests/results/postgreSQL/numeric.sql.out   |   8 +-
 9 files changed, 110 insertions(+), 263 deletions(-)
 delete mode 100644 
sql/core/src/test/resources/sql-tests/inputs/operator-div.sql
 delete mode 100644 
sql/core/src/test/resources/sql-tests/results/operator-div.sql.out


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

Reply via email to