yunfengzhou-hub commented on code in PR #5396:
URL: https://github.com/apache/paimon/pull/5396#discussion_r2026253495


##########
paimon-core/src/main/java/org/apache/paimon/table/source/snapshot/TimeTravelUtil.java:
##########
@@ -146,7 +146,8 @@ private static Snapshot resolveSnapshotByTagName(
             SnapshotManager snapshotManager,
             ChangelogManager changelogManager,
             long timestampMills,
-            boolean startFromChangelog) {
+            boolean startFromChangelog,
+            boolean returnNullIfTooEarly) {

Review Comment:
   The value of this parameter seems always false.



-- 
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]

Reply via email to