[
https://issues.apache.org/jira/browse/HUDI-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17403106#comment-17403106
]
ASF GitHub Bot commented on HUDI-2345:
--------------------------------------
hudi-bot edited a comment on pull request #3523:
URL: https://github.com/apache/hudi/pull/3523#issuecomment-903557698
<!--
Meta data
{
"version" : 1,
"metaDataEntries" : [ {
"hash" : "e3227d423abbb0d8af05f80adddd035732c3b60f",
"status" : "DELETED",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1861",
"triggerID" : "e3227d423abbb0d8af05f80adddd035732c3b60f",
"triggerType" : "PUSH"
}, {
"hash" : "a024d264abb2e3ea63102e11dbff37917c79f220",
"status" : "FAILURE",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1864",
"triggerID" : "a024d264abb2e3ea63102e11dbff37917c79f220",
"triggerType" : "PUSH"
} ]
}-->
## CI report:
* a024d264abb2e3ea63102e11dbff37917c79f220 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1864)
<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]
> Supply build-in user UserDefinedBulkInsertPartitioner named
> RDDCustomColumnsSortPartitioner for bulk insert action
> ------------------------------------------------------------------------------------------------------------------
>
> Key: HUDI-2345
> URL: https://issues.apache.org/jira/browse/HUDI-2345
> Project: Apache Hudi
> Issue Type: Task
> Reporter: Yue Zhang
> Priority: Major
> Labels: pull-request-available
>
> For now users can use `NONE`, `GLOBAL_SORT` and `PARTITION_SORT` when do bulk
> insert action.
> This PR supply a build-in UserDefinedBulkInsertPartitioner named
> RDDCustomColumnsSortPartitioner which is already used for clustering.
> Now users can use this BulkInsertPartitioner to ingest data ordered by
> particular columns rather than order data through clustering.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)