danny0405 commented on issue #11971: URL: https://github.com/apache/hudi/issues/11971#issuecomment-2362383945
The snapshot reader or inc reader should always read complete commits, that is what we call it read-write snapshot isolation, which is a basic semantics for Table Format, so I guess the issue comes from other stuff. > HoodieActiveTimeline: Loaded instants upto The full timeline always loads all the instants, but it does not mean the reader would read the inflights. -- 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]
