kwondw opened a new pull request #1500: [HUDI-772] Make 
UserDefinedBulkInsertPartitioner configurable for DataSource
URL: https://github.com/apache/incubator-hudi/pull/1500
 
 
   ## What is the purpose of the pull request
   
   * The [PR-245](https://github.com/apache/incubator-hudi/pull/245/files) 
added 
[UserDefinedBulkInsertPartitioner](https://github.com/apache/incubator-hudi/blob/master/hudi-client/src/main/java/org/apache/hudi/table/UserDefinedBulkInsertPartitioner.java),
 however 
[API](https://github.com/apache/incubator-hudi/blob/master/hudi-client/src/main/java/org/apache/hudi/client/HoodieWriteClient.java#L300-L301)
 is only available for HoodieWriteClient.
   
   * This request allows Spark DataSource uses UserDefinedBulkInsertPartitioner 
with ```hoodie.bulkinsert.user_defined.partitioner.class``` configuration.
   
   ## Brief change log
   
   * "```hoodie.bulkinsert.user_defined.partitioner.class```" configuration has 
been added.
   * When "```hoodie.bulkinsert.user_defined.partitioner.class```" is 
configured, data source utils create UserDefinedBulkInsertPartitioner
   
   ## Verify this pull request
   
     - *Added DataSourceUtilsTest to verify the change.*
   
   ## Committer checklist
   
    - [x] Has a corresponding JIRA in PR title & commit
    
    - [x] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to