kevinjqliu commented on issue #1053:
URL: 
https://github.com/apache/iceberg-python/issues/1053#issuecomment-2646012019

   > Is time travel through snapshot_id or timestamp supported for all_* 
metadata tables?
   
   what i mean is that for `all_*` metadata tables, we're essentially doing 
something like `[inspect.files(snapshot.snapshot_id) for snapshot in 
all_snapshots]` and we should make sure that we're not just referring to the 
current schema, for example. 
   
   I guess this can also occur for the rest of the metadata tables too. For 
example, there's a bug in the partitions metadata table right now for partition 
evolution #1120
   
   I just want to double check these things before calling this done :) 
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to