You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ya...@apache.org on 2020/05/24 12:40:44 UTC

[spark] branch branch-3.0 updated (576c224 -> 72c466e)

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

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


    from 576c224  [SPARK-31755][SQL][3.0] allow missing year/hour when parsing date/timestamp string
     add 72c466e  [SPARK-31761][SQL][3.0] cast integer to Long to avoid IntegerOverflow for IntegralDivide operator

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/TypeCoercion.scala | 18 ++++++++++++++++
 .../sql/catalyst/expressions/arithmetic.scala      |  2 +-
 .../sql/catalyst/analysis/TypeCoercionSuite.scala  | 24 ++++++++++++++++++++++
 .../expressions/ArithmeticExpressionSuite.scala    |  7 +------
 .../sql-functions/sql-expression-schema.md         |  2 +-
 .../resources/sql-tests/results/operators.sql.out  |  8 ++++----
 .../scala/org/apache/spark/sql/SQLQuerySuite.scala |  8 ++++++++
 7 files changed, 57 insertions(+), 12 deletions(-)


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