[
https://issues.apache.org/jira/browse/HUDI-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17388001#comment-17388001
]
ASF GitHub Bot commented on HUDI-2223:
--------------------------------------
pengzhiwei2018 merged pull request #3350:
URL: https://github.com/apache/hudi/pull/3350
--
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]
> 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
> Assignee: pengzhiwei
> Priority: Major
> Labels: pull-request-available
>
> 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)