nsivabalan opened a new pull request #1793:
URL: https://github.com/apache/hudi/pull/1793
## What is the purpose of the pull request
- When updating partition path to an existing record in global bloom, the
location is set to empty. So, this in turn results in latest file id to be
picked up. But we want the same fileId where actual record is found to be
tagged.
## Brief change log
- Fix Global bloom to ensure HoodieRecordLocation is set in record that
needs to be deleted when partition path is getting updated.
## Verify this pull request
*(Please pick either of the following options)*
This change added tests and can be verified as follows:
- *Added tests in TestHoodieClientOnCopyOnWriteStorage to verify the
change.*
## 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]