You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/01/02 18:05:30 UTC

[spark] branch master updated (68260f5 -> e04309c)

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 68260f5  revert [SPARK-29680][SQL] Remove ALTER TABLE CHANGE COLUMN syntax
     add e04309c  [SPARK-30341][SQL] Overflow check for interval arithmetic operations

No new revisions were added by this update.

Summary of changes:
 .../catalyst/expressions/aggregate/Average.scala   |   6 +-
 .../sql/catalyst/expressions/arithmetic.scala      |  27 +++--
 .../catalyst/expressions/intervalExpressions.scala |  24 ++---
 .../spark/sql/catalyst/util/IntervalUtils.scala    |  59 ++++++++--
 .../expressions/CollectionExpressionsSuite.scala   |  12 +--
 .../expressions/IntervalExpressionsSuite.scala     |  36 +++++--
 .../sql/catalyst/util/IntervalUtilsSuite.scala     |  82 ++++++++++----
 .../test/resources/sql-tests/inputs/interval.sql   |   7 ++
 .../sql-tests/results/ansi/interval.sql.out        | 120 ++++++++++++++-------
 .../resources/sql-tests/results/interval.sql.out   |  49 ++++++++-
 10 files changed, 310 insertions(+), 112 deletions(-)


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