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