cloud-fan commented on a change in pull request #26539: [SPARK-29728][SQL]
Datasource V2: Support ALTER TABLE RENAME TO
URL: https://github.com/apache/spark/pull/26539#discussion_r346681643
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/statements.scala
##########
@@ -246,6 +246,14 @@ case class AlterViewAsStatement(
originalText: String,
query: LogicalPlan) extends ParsedStatement
+/**
+ * ALTER TABLE ... RENAME TO command, as parsed from SQL.
+ */
+case class RenameTableStatement(
Review comment:
shall we add the `AlterTable` prefix?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]