This is an automated email from the ASF dual-hosted git repository.
wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.
from fa63117 [SPARK-33283][CORE] Remove useless externalBlockStoreSize
from RDDInfo
add cbd3fde [SPARK-33008][SQL] Division by zero on divide-like operations
returns incorrect result
No new revisions were added by this update.
Summary of changes:
.../spark/sql/catalyst/analysis/Analyzer.scala | 22 +--
.../sql/catalyst/analysis/DecimalPrecision.scala | 40 +++--
.../catalyst/analysis/StreamingJoinHelper.scala | 8 +-
.../spark/sql/catalyst/analysis/TypeCoercion.scala | 10 +-
.../sql/catalyst/expressions/Canonicalize.scala | 7 +-
.../catalyst/expressions/aggregate/Average.scala | 6 +-
.../sql/catalyst/expressions/arithmetic.scala | 159 ++++++++++++++-----
.../catalyst/expressions/bitwiseExpressions.scala | 6 +
.../catalyst/expressions/intervalExpressions.scala | 12 +-
.../catalyst/expressions/windowExpressions.scala | 2 +-
.../spark/sql/catalyst/optimizer/expressions.scala | 17 +-
.../expressions/ArithmeticExpressionSuite.scala | 174 +++++++++++++++------
.../expressions/ExpressionEvalHelper.scala | 15 ++
.../resources/sql-tests/inputs/postgreSQL/case.sql | 2 +-
.../sql-tests/inputs/postgreSQL/select_having.sql | 1 +
.../sql-tests/inputs/udf/postgreSQL/udf-case.sql | 2 +-
.../inputs/udf/postgreSQL/udf-select_having.sql | 1 +
.../sql-tests/results/postgreSQL/case.sql.out | 18 +--
.../sql-tests/results/postgreSQL/int8.sql.out | 15 +-
.../sql-tests/results/postgreSQL/numeric.sql.out | 8 +-
.../results/postgreSQL/select_having.sql.out | 5 +-
.../results/udf/postgreSQL/udf-case.sql.out | 18 +--
.../udf/postgreSQL/udf-select_having.sql.out | 5 +-
.../spark/sql/SparkSessionExtensionSuite.scala | 7 +-
24 files changed, 379 insertions(+), 181 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]