JunRuiLee commented on PR #8819:
URL: https://github.com/apache/paimon/pull/8819#issuecomment-5058061582

   Thanks @JingsongLi. Now the serializer resolves the snapshot at serialize 
time (TimeTravelUtil.tryTravelToSnapshot) and carries only the resolved 
snapshotId (null for ordinary scans) — carrying the resolved id rather than raw 
scan.* avoids duplicating TimeTravelUtil.SCAN_KEYS / selector drift and keeps 
storage/sensitive options out. The reader (paimon-rust) will pin snapshotId in 
its own PR; on the split-read path the split already pins files.
   


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