You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ge...@apache.org on 2021/04/13 02:43:25 UTC

[spark] branch master updated (278203d -> 79e55b4)

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 278203d  [SPARK-28227][SQL] Support projection, aggregate/window functions, and lateral view in the TRANSFORM clause
     add 79e55b4  [SPARK-35028][SQL] ANSI mode: disallow group by aliases

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-ansi-compliance.md                    |  1 +
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  5 ++-
 .../org/apache/spark/sql/internal/SQLConf.scala    | 27 +++++++--------
 .../sql-tests/inputs/ansi/group-analytics.sql      |  1 +
 .../results/{ => ansi}/group-analytics.sql.out     | 38 +++++-----------------
 5 files changed, 29 insertions(+), 43 deletions(-)
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/ansi/group-analytics.sql
 copy sql/core/src/test/resources/sql-tests/results/{ => ansi}/group-analytics.sql.out (97%)

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