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-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to