JunRuiLee opened a new pull request, #7899:
URL: https://github.com/apache/paimon/pull/7899
### Purpose
Currently pypaimon's TimeTravelUtil only supports time travel by
scan.tag-name and scan.snapshot-id. This PR adds support for three additional
time travel modes that are available on the Java side:
- scan.timestamp-millis: Travel to the latest snapshot with commit time <=
the given timestamp (milliseconds)
- scan.timestamp: Same as above but accepts a human-readable timestamp
string (e.g. '2023-12-01 12:00:00')
- scan.watermark: Travel to the first snapshot with watermark >= the given
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]