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 8152a87  [SPARK-28978][ ] Support > 256 args to python udf
     add 7cfd589  [SPARK-28893][SQL] Support MERGE INTO in the parser and add 
the corresponding logical plan

No new revisions were added by this update.

Summary of changes:
 docs/sql-keywords.md                               |   2 +
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  43 +++-
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  45 ++++
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 129 ++++++++---
 .../sql/catalyst/plans/logical/v2Commands.scala    |  45 +++-
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 179 +++++++++++++++-
 .../spark/sql/execution/SparkStrategies.scala      |   2 +
 .../sql-tests/results/postgreSQL/comments.sql.out  |  18 +-
 .../spark/sql/connector/DataSourceV2SQLSuite.scala |  85 ++++++++
 .../execution/command/PlanResolutionSuite.scala    | 235 ++++++++++++++++++++-
 10 files changed, 742 insertions(+), 41 deletions(-)


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

Reply via email to