You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/11/26 23:16:15 UTC

[GitHub] [incubator-hudi] bschell opened a new pull request #1052: [HUDI-326] Add new index to suppport global update/delete

bschell opened a new pull request #1052: [HUDI-326] Add new index to suppport global update/delete
URL: https://github.com/apache/incubator-hudi/pull/1052
 
 
   ## What is the purpose of the pull request
   
   Hi, opening this pull request for feedback on the goal here and approach. Very open to alternatives to accomplish this functionality.
   
   To provide a way for Hudi users to delete/update records with same record_key across all partitions without first querying to find the partitions.
   
   NOTE: I have seen the JIRA that wants to set the HoodieIndex as part of the table properties. This conflicts with the usecase here. Can you help me understand the motivation of locking down the index type?
   
   ## Brief change log
   
   This change adds the HoodieGlobalPartitionBloomIndex. This index is
   intended to be compatible with the HoodieBloomIndex but allow you to
   update and delete records across all partitions.
   
   ## Verify this pull request
   
   Current tests pass.
   Tests can be added for this specific feature. Looking for feedback on the approach to this first.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services