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/04/28 08:12:52 UTC

[spark] branch master updated (079b362 -> 6ed2dfb)

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 079b362  [SPARK-31524][SQL] Add metric to the split task number for skew optimization
     add 6ed2dfb  [SPARK-31519][SQL] Cast 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     | 133 ++++++++++++---------
 .../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 +-
 .../results/postgreSQL/window_part3.sql.out        |   6 +-
 .../spark/sql/DataFrameWindowFunctionsSuite.scala  |  30 +++--
 9 files changed, 135 insertions(+), 80 deletions(-)


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