altmannmarcelo commented on code in PR #1965:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1965#discussion_r2254714165
##########
src/ast/ddl.rs:
##########
@@ -2524,3 +2524,31 @@ impl fmt::Display for CreateConnector {
Ok(())
}
}
+
+/// `RenameTableNameKind` is the kind used in `ALTER TABLE _ RENAME TO/AS _`.
+/// Used in MySQL.
Review Comment:
Done
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]