BenjMaq commented on pull request #3086: URL: https://github.com/apache/hudi/pull/3086#issuecomment-986639155
Hello, Hopefully this is the right place to ask but does this support Hive table changes too? My SparkSession has `.enableHiveSupport()` and I'm hitting errors when running alter table statements (I can correctly run create table, insert, delete etc). When I run - `alter table <table> add columns(<col> <datatype>)` it fails with `Exception in thread "main" java.lang.NoSuchMethodException: org.apache.hadoop.hive.ql.metadata.Hive.alterTable(java.lang.String, org.apache.hadoop.hive.ql.metadata.Table)` ([Link to Hudi issue](https://github.com/apache/hudi/issues/4208)) - `alter table <table> change column <col1> <col2> <datatype>` it fails with `Exception in thread "main" org.apache.spark.sql.AnalysisException: Can not support change column name for hudi table currently.;` Thank you :) -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org