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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to