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 2021/04/12 08:24:27 UTC

[spark] branch master updated (3db8ec2 -> 2123237)

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 3db8ec2  [SPARK-34916][SQL] Add condition lambda and rule id to the transform family for early stopping
     add 2123237  [SPARK-33229][SQL] Support partial grouping analytics and concatenated grouping analytics

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-syntax-qry-select-groupby.md          |  25 +-
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  36 +-
 .../spark/sql/catalyst/expressions/grouping.scala  |  55 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  12 -
 .../resources/sql-tests/inputs/group-analytics.sql |  12 +-
 .../sql-tests/results/group-analytics.sql.out      | 613 ++++++++++++++++++++-
 6 files changed, 684 insertions(+), 69 deletions(-)

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