bvaradar commented on issue #2067: URL: https://github.com/apache/hudi/issues/2067#issuecomment-688009627
@ankur1603 : THis would be really tricky :( but you can try looking at the commits in that went after 0.5.0 in the relevant code and cherry-picking them git blame ./hudi-client/src/main/java/org/apache/hudi/index/bloom/HoodieGlobalBloomIndex.java I see a few of them (commit prefixes below) da8d1334e 9c4217a3e 9706f659d c1516df8a fa6aba751 As for what is going on, I believe, a bug in 0.5.0 is identifying wrong file id as the one to be updated. THis is likely fixed by 9c4217a3e1b9b728690282c914db2067117f4cfb and c1516df8ac55757ebd07d8aa459a0ceedeccab7b . Please try cherry-picking them and see if it works. ---------------------------------------------------------------- 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]
