You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ge...@apache.org on 2022/03/30 09:19:49 UTC

[spark] branch master updated (a445536 -> 9f6aad4)

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

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


    from a445536  [SPARK-38349][SS] No need to filter events when sessionwindow gapDuration greater than 0
     add 9f6aad4  [SPARK-38676][SQL] Provide SQL query context in runtime error message of Add/Subtract/Multiply

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/expressions/arithmetic.scala      | 31 ++++++---
 .../apache/spark/sql/catalyst/trees/TreeNode.scala | 75 +++++++++++++++++++++-
 .../apache/spark/sql/catalyst/util/MathUtils.scala | 22 ++++++-
 .../spark/sql/errors/QueryExecutionErrors.scala    |  8 ++-
 .../expressions/ArithmeticExpressionSuite.scala    | 63 ++++++++++++++++++
 .../spark/sql/catalyst/trees/TreeNodeSuite.scala   | 32 +++++++++
 .../sql-tests/results/postgreSQL/int4.sql.out      | 18 ++++++
 .../sql-tests/results/postgreSQL/int8.sql.out      | 12 ++++
 8 files changed, 246 insertions(+), 15 deletions(-)

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