alexeykudinkin commented on issue #5231: URL: https://github.com/apache/hudi/issues/5231#issuecomment-1095752538
@codejoyan this is a funny one So i was able to reproduce behavior that you're seeing and it turns out to be that `_hoodie_file_name` is simply not updated during Commit 3, meaning that during C3, all records are copied from latest base-file of the file-group into new latest base-file (in your most recent experiment it's `c872d135-bf8f-4c5e-9eee-6347635c32d3-0_0-21-22_20220406182741563.parquet`) but it doesn't update the `_hoodie_file_name` field which is kept pointing at the old file. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
