JingsongLi commented on PR #677: URL: https://github.com/apache/paimon-rust/pull/677#issuecomment-5204841824
The watermark lookup logic differs from the Java implementation. When a snapshot's watermark is `Long.MIN_VALUE`, the Java implementation returns `null` if the latest snapshot hits this sentinel value, whereas the Rust implementation skips it and returns an earlier snapshot. The error—returning snapshot 1—has been reproduced by querying for `100` with the range `[100, MIN_VALUE]`. -- 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]
