huaxingao commented on a change in pull request #27785: [SPARK-30934][ML][DOCS] Update ml-guide and ml-migration-guide for 3.0 release URL: https://github.com/apache/spark/pull/27785#discussion_r389300249
########## File path: docs/sql-ref-syntax-ddl-alter-table.md ########## @@ -23,7 +23,7 @@ license: | `ALTER TABLE` statement changes the schema or properties of a table. ### RENAME -`ALTER TABLE RENAME` statement changes the table name of an existing table in the database. +`ALTER TABLE RENAME TO` statement changes the table name of an existing table in the database. Review comment: Sorry, I didn't realize this went in. Will remove now. ---------------------------------------------------------------- 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]
