[
https://issues.apache.org/jira/browse/HUDI-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399102#comment-17399102
]
ASF GitHub Bot commented on HUDI-2307:
--------------------------------------
hudi-bot edited a comment on pull request #3469:
URL: https://github.com/apache/hudi/pull/3469#issuecomment-898335507
<!--
Meta data
{
"version" : 1,
"metaDataEntries" : [ {
"hash" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
"status" : "UNKNOWN",
"url" : "TBD",
"triggerID" : "64bc2a5d186d59931369ddd21de11eb28094ca32",
"triggerType" : "PUSH"
}, {
"hash" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
"status" : "DELETED",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1707",
"triggerID" : "cf9ebb5547d6cc0810e69a9a99cc7ef30bbe2d2a",
"triggerType" : "PUSH"
}, {
"hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
"status" : "DELETED",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1711",
"triggerID" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
"triggerType" : "PUSH"
}, {
"hash" : "036e65872a231be9fb7e5f1a758fc53b799e7752",
"status" : "DELETED",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1734",
"triggerID" : "898813216",
"triggerType" : "MANUAL"
}, {
"hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
"status" : "CANCELED",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736",
"triggerID" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
"triggerType" : "PUSH"
}, {
"hash" : "cd0b7c3970f972ccb3d21e86efd30e23ea5884ee",
"status" : "SUCCESS",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1737",
"triggerID" : "898818122",
"triggerType" : "MANUAL"
}, {
"hash" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
"status" : "PENDING",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1739",
"triggerID" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
"triggerType" : "PUSH"
}, {
"hash" : "ae25d04c0aed29e375b23f61c4a1d2ca318ec548",
"status" : "PENDING",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1739",
"triggerID" : "898818122",
"triggerType" : "MANUAL"
} ]
}-->
## CI report:
* 64bc2a5d186d59931369ddd21de11eb28094ca32 UNKNOWN
* cd0b7c3970f972ccb3d21e86efd30e23ea5884ee Azure:
[CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1736)
Azure:
[SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1737)
* ae25d04c0aed29e375b23f61c4a1d2ca318ec548 Azure:
[PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1739)
<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]
> When using delete_partition with ds should not rely on the primary key
> ----------------------------------------------------------------------
>
> Key: HUDI-2307
> URL: https://issues.apache.org/jira/browse/HUDI-2307
> Project: Apache Hudi
> Issue Type: Bug
> Reporter: liujinhui
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
>
> {code:java}
> Caused by: org.apache.hudi.exception.HoodieKeyException: recordKey value:
> "null" for field: "uuid" cannot be null or empty.Caused by:
> org.apache.hudi.exception.HoodieKeyException: recordKey value: "null" for
> field: "uuid" cannot be null or empty. at
> org.apache.hudi.keygen.KeyGenUtils.getRecordKey(KeyGenUtils.java:141) at
> org.apache.hudi.keygen.SimpleAvroKeyGenerator.getRecordKey(SimpleAvroKeyGenerator.java:50)
> at
> org.apache.hudi.keygen.SimpleKeyGenerator.getRecordKey(SimpleKeyGenerator.java:58)
> at org.apache.hudi.keygen.BaseKeyGenerator.getKey(BaseKeyGenerator.java:62)
> at
> org.apache.hudi.HoodieSparkSqlWriter$$anonfun$5.apply(HoodieSparkSqlWriter.scala:195)
> at
> org.apache.hudi.HoodieSparkSqlWriter$$anonfun$5.apply(HoodieSparkSqlWriter.scala:195)
> at scala.collection.Iterator$$anon$11.next(Iterator.scala:410) at
> scala.collection.Iterator$$anon$11.next(Iterator.scala:410)
> {code}
>
> When using delete_partition, we should not rely on the primary key
>
> aa
--
This message was sent by Atlassian Jira
(v8.3.4#803005)