nsivabalan commented on issue #1021: how can i deal this problem when partition's value changed with the same row_key? URL: https://github.com/apache/incubator-hudi/issues/1021#issuecomment-557853546 Here is the issue. Along the way, records are partitioned according to the new partition Path. Where as, indexLookup returns fileId pertaining to old partition path. So, while trying to do the actual update, the fileId is not found in the partition Path(new partition path). this is not an issue w/ regular bloom, because, these records are considered to be inserts with regular bloom since index look up does not return any location only. (With global bloom, index loop up returns a fileId from new partition path) I will let @bhasudha / @vinothchandar / @bvaradar to respond on whats the fix here.
---------------------------------------------------------------- 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
