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/13 02:35:46 UTC

[spark] branch master updated (9c1f807 -> 278203d)

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 9c1f807  [SPARK-35031][PYTHON] Port Koalas operations on different frames tests into PySpark
     add 278203d  [SPARK-28227][SQL] Support projection, aggregate/window functions, and lateral view in the TRANSFORM clause

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |   6 +-
 .../spark/sql/catalyst/analysis/Analyzer.scala     |   9 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  79 ++++--
 .../sql/catalyst/parser/PlanParserSuite.scala      |  18 +-
 .../test/resources/sql-tests/inputs/transform.sql  | 132 +++++++++
 .../resources/sql-tests/results/transform.sql.out  | 316 ++++++++++++++++++++-
 .../spark/sql/execution/SparkSqlParserSuite.scala  | 164 +++++++++--
 .../sql/execution/command/DDLParserSuite.scala     |  14 +-
 8 files changed, 662 insertions(+), 76 deletions(-)

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