rangareddy commented on issue #12267: URL: https://github.com/apache/hudi/issues/12267#issuecomment-2517180578
Hi @GaussEAcc As per Hudi docs, ALTER TABLE CHANGE COLUMN is not supported. `Currently, trying to change the column type may throw an error ALTER TABLE CHANGE COLUMN is not supported for changing column colName with oldColType to colName with newColType., due to an [open SPARK issue](https://issues.apache.org/jira/browse/SPARK-21823)` **Reference:** - https://hudi.apache.org/docs/0.14.1/sql_ddl/#spark-alter-table -- 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]
