You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2019/11/19 04:04:29 UTC

[spark] branch master updated (a834dba -> 3d45779)

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 a834dba  Revert "[SPARK-29644][SQL] Corrected ShortType and ByteType mapping to SmallInt and TinyInt in JDBCUtils
     add 3d45779  [SPARK-29728][SQL] Datasource V2: Support ALTER TABLE RENAME TO

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  4 ++--
 .../sql/catalyst/analysis/ResolveCatalogs.scala    |  6 +++++
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 16 +++++++++++++
 .../sql/catalyst/plans/logical/statements.scala    |  8 +++++++
 .../sql/catalyst/plans/logical/v2Commands.scala    |  8 +++++++
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |  9 ++++++++
 .../catalyst/analysis/ResolveSessionCatalog.scala  |  3 +++
 .../spark/sql/execution/SparkSqlParser.scala       | 16 -------------
 .../datasources/v2/DataSourceV2Strategy.scala      |  5 ++++-
 ...efreshTableExec.scala => RenameTableExec.scala} | 17 +++++++++-----
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 18 +++++++++++++++
 .../sql/execution/command/DDLParserSuite.scala     | 26 ----------------------
 12 files changed, 86 insertions(+), 50 deletions(-)
 copy sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/{RefreshTableExec.scala => RenameTableExec.scala} (83%)


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