sarutak commented on pull request #34600: URL: https://github.com/apache/spark/pull/34600#issuecomment-968839386
> v1 Hive external catalog doesn't support the command v1 Hive external catalog supports `ALTER TABLE ADD COLUMN` doesn't it? ``` spark-sql> CREATE TABLE tbl1(x INT) using Parquet; spark-sql> ALTER TABLE tbl1 ADD COLUMN (y STRING); spark-sql> DESCRIBE tbl1; x int y string ``` -- 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]
