[ 
https://issues.apache.org/jira/browse/HUDI-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HUDI-1218:
---------------------------------
    Labels: pull-request-available  (was: )

> 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)

Reply via email to