pengzhiwei created HUDI-2223:
--------------------------------
Summary: Fix Alter Partitioned Table Failed
Key: HUDI-2223
URL: https://issues.apache.org/jira/browse/HUDI-2223
Project: Apache Hudi
Issue Type: Bug
Components: Spark Integration
Reporter: pengzhiwei
Fix crash when add column to a partitioned table:
{code:java}
Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Partition column
name dt conflicts with table columns.
at
org.apache.hadoop.hive.ql.metadata.Table.validateColumns(Table.java:962)
at
org.apache.hadoop.hive.ql.metadata.Table.checkValidity(Table.java:216)
at org.apache.hadoop.hive.ql.metadata.Hive.alterTable(Hive.java:495)
at org.apache.hadoop.hive.ql.metadata.Hive.alterTable(Hive.java:484)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)