[
https://issues.apache.org/jira/browse/HUDI-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
vinoyang closed HUDI-1218.
--------------------------
Resolution: Done
Done via master branch: 6a4dc7384c8f7efbbce729b8e57b3eaaf5cab104
> Introduce BulkInsertSortMode as Independent class
> -------------------------------------------------
>
> Key: HUDI-1218
> URL: https://issues.apache.org/jira/browse/HUDI-1218
> Project: Apache Hudi
> Issue Type: Sub-task
> Reporter: wangxianghu
> Assignee: Trevorzhang
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.6.1
>
>
> Currently,`BulkInsertSortMode` was implemented as an inner class of
> `BulkInsertInternalPartitionerFactory` and it was referenced by
> `HoodieWriteConfig` which would be placed at the abstraction layer.
> Unfortunately, The Partitioners created by
> `BulkInsertInternalPartitionerFactory` are heavily related to Spark, which
> results in `BulkInsertInternalPartitionerFactory` can not be moved to the
> abstraction layer, to keep `HoodieWriteConfig` in abstraction layer,
> `BulkInsertSortMode` should be an Independent class, and keep in the
> abstraction layer.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)