JunRuiLee opened a new pull request, #7946: URL: https://github.com/apache/paimon/pull/7946
## Summary - Add `create_tag_from_timestamp(tag_name, timestamp_millis, ignore_if_exists)` method to `FileStoreTable` - Uses the existing `SnapshotManager.earlier_or_equal_time_mills()` binary search to find the latest snapshot at or before the given timestamp - Aligns with Java's `CreateTagFromTimestampProcedure` behavior ## Motivation PyPaimon currently supports creating tags from a specific snapshot ID or the latest snapshot, but lacks the ability to create a tag from a timestamp — a feature available in the Java API via `CreateTagFromTimestampProcedure`. This is useful for batch workflows that need to pin a snapshot based on wall-clock time. ## Tests - No new tests added in this PR (existing `earlier_or_equal_time_mills` is already covered by `SnapshotManager` tests) -- 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]
