slfan1989 opened a new issue, #2462:
URL: https://github.com/apache/iceberg-rust/issues/2462

   ### Description
   
   `iceberg-rust` currently supports only a subset of Iceberg metadata tables 
through `iceberg::inspect` and the DataFusion integration. For example, 
`snapshots` and `manifests` are available, but the `history` metadata table is 
not.
   
   Apache Iceberg Java exposes a `HistoryTable` that allows users to inspect a 
table's current snapshot history, including when each snapshot became current, 
the snapshot's parent, and whether it is still an ancestor of the current 
snapshot.
   
   Without this table, users cannot easily query the table commit timeline or 
snapshot lineage from Rust APIs or through DataFusion SQL.
   


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