You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ya...@apache.org on 2021/04/05 23:49:51 UTC

[spark] branch master updated (a9ca197 -> 39d5677)

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

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


    from a9ca197  [SPARK-34949][CORE] Prevent BlockManager reregister when Executor is shutting down
     add 39d5677  [SPARK-34932][SQL] deprecate GROUP BY ... GROUPING SETS (...) and promote GROUP BY GROUPING SETS (...)

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-syntax-qry-select-groupby.md          | 34 +++------------
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 36 +++------------
 .../spark/sql/catalyst/expressions/grouping.scala  | 46 ++++++++++++-------
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 13 +++---
 .../analysis/ResolveGroupingAnalyticsSuite.scala   | 51 +++++++++-------------
 .../sql/catalyst/parser/PlanParserSuite.scala      |  2 +-
 6 files changed, 72 insertions(+), 110 deletions(-)

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