[
https://issues.apache.org/jira/browse/HUDI-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17387757#comment-17387757
]
ASF GitHub Bot commented on HUDI-2223:
--------------------------------------
hudi-bot edited a comment on pull request #3350:
URL: https://github.com/apache/hudi/pull/3350#issuecomment-887174998
<!--
Meta data
{
"version" : 1,
"metaDataEntries" : [ {
"hash" : "94bc5ca7a0a95acf9b90fd13bfdf4127794a05b4",
"status" : "CANCELED",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1175",
"triggerID" : "94bc5ca7a0a95acf9b90fd13bfdf4127794a05b4",
"triggerType" : "PUSH"
}, {
"hash" : "98821e981b9f9879c7de44d9b458386474d22600",
"status" : "UNKNOWN",
"url" : "TBD",
"triggerID" : "98821e981b9f9879c7de44d9b458386474d22600",
"triggerType" : "PUSH"
}, {
"hash" : "00b92c9aa62365cf9b49bafb038724b0e75ffb3b",
"status" : "PENDING",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1180",
"triggerID" : "00b92c9aa62365cf9b49bafb038724b0e75ffb3b",
"triggerType" : "PUSH"
} ]
}-->
## CI report:
* 94bc5ca7a0a95acf9b90fd13bfdf4127794a05b4 Azure:
[CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1175)
* 98821e981b9f9879c7de44d9b458386474d22600 UNKNOWN
* 00b92c9aa62365cf9b49bafb038724b0e75ffb3b Azure:
[PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1180)
<details>
<summary>Bot commands</summary>
@hudi-bot supports the following commands:
- `@hudi-bot run travis` re-run the last Travis build
- `@hudi-bot run azure` re-run the last Azure build
</details>
--
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)