cloud-fan commented on a change in pull request #27444: [SPARK-30614][SQL] The native ALTER COLUMN syntax should change one property at a time URL: https://github.com/apache/spark/pull/27444#discussion_r374478446
########## File path: sql/core/src/test/resources/sql-tests/inputs/change-column.sql ########## @@ -15,18 +15,19 @@ ALTER TABLE test_change CHANGE a TYPE STRING; DESC test_change; -- Change column position (not supported yet) -ALTER TABLE test_change CHANGE a TYPE INT AFTER b; -ALTER TABLE test_change CHANGE b TYPE STRING FIRST; +ALTER TABLE test_change CHANGE INT AFTER b; Review comment: we still need the column name... ---------------------------------------------------------------- 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]
