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 1472e66  [SPARK-28716][SQL] Add id to Exchange and Subquery's 
stringArgs method for easier identifying their reuses in query plans
     add 8258660  [SPARK-28741][SQL] Optional mode: throw exceptions when 
casting to integers causes overflow

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/expressions/Cast.scala      | 173 +++++++++++++++++++--
 .../sql/catalyst/expressions/arithmetic.scala      |   4 +-
 .../org/apache/spark/sql/internal/SQLConf.scala    |   8 +-
 .../scala/org/apache/spark/sql/types/Decimal.scala |  88 +++++++++++
 .../org/apache/spark/sql/types/DecimalType.scala   |   2 +
 .../org/apache/spark/sql/types/DoubleType.scala    |   2 +
 .../org/apache/spark/sql/types/FloatType.scala     |   2 +
 .../org/apache/spark/sql/types/numerics.scala      |  75 ++++++++-
 .../expressions/ArithmeticExpressionSuite.scala    |  24 +--
 .../spark/sql/catalyst/expressions/CastSuite.scala | 111 +++++++++++++
 10 files changed, 454 insertions(+), 35 deletions(-)


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

Reply via email to