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 499f620  [MINOR][SQL][DOCS] Fix some wrong default values in SQL 
tuning guide's AQE section
     add 56edb81  [SPARK-33474][SQL] Support TypeConstructed partition spec 
value

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |  2 +
 docs/sql-ref-syntax-ddl-alter-table.md             |  8 ++--
 docs/sql-ref-syntax-dml-insert-into.md             | 15 ++++++-
 docs/sql-ref-syntax-dml-insert-overwrite-table.md  | 25 ++++++++++-
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 14 +++++--
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 30 ++++++++++++--
 .../org/apache/spark/sql/SQLInsertTestSuite.scala  | 48 ++++++++++++++++++++++
 .../command/AlterTableAddPartitionSuiteBase.scala  |  8 ++++
 .../command/AlterTableDropPartitionSuiteBase.scala | 10 +++++
 .../AlterTableRenamePartitionSuiteBase.scala       | 11 +++++
 10 files changed, 158 insertions(+), 13 deletions(-)


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

Reply via email to