You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/04/29 16:20:27 UTC

[spark] branch branch-2.4 updated (2828495 -> 4be3390)

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

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


    from 2828495  [SPARK-31563][SQL][FOLLOWUP] Create literals directly from Catalyst's internal value in InSet.sql
     add 4be3390  [SPARK-31519][SQL][2.4] Datetime functions in having aggregate expressions returns the wrong result

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 129 ++++++++++++---------
 .../spark/sql/catalyst/analysis/unresolved.scala   |  13 ++-
 .../apache/spark/sql/catalyst/dsl/package.scala    |   8 ++
 .../spark/sql/catalyst/parser/AstBuilder.scala     |   7 +-
 .../sql/catalyst/parser/PlanParserSuite.scala      |   5 +-
 .../src/test/resources/sql-tests/inputs/having.sql |   3 +
 .../resources/sql-tests/results/having.sql.out     |  10 +-
 .../spark/sql/DataFrameWindowFunctionsSuite.scala  |  44 ++++---
 8 files changed, 137 insertions(+), 82 deletions(-)


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