xushiyan opened a new pull request #1187: [HUDI-499] Allow update partition 
path with GLOBAL_BLOOM
URL: https://github.com/apache/incubator-hudi/pull/1187
 
 
   ## What is the purpose of the pull request
   
   Allow records to be inserted into their new partition paths and delete the 
records in the old partition 
   paths. 
   
   ## Brief change log
   
   - Add a configuration `hoodie.index.bloom.should.update.partition.path` with 
default `false`
   - When the config set to `true`, perform the partition update for incoming 
records of which partition paths were changed
   
   ## Verify this pull request
   
   This pull request is already covered by existing tests, such as *(please 
describe tests)*.
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] 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:
[email protected]


With regards,
Apache Git Services

Reply via email to