jagdeeps91 commented on issue #823:
URL: https://github.com/apache/iceberg-rust/issues/823#issuecomment-2899556517

   @xxchan @jonathanc-n @geruh 
   
   I also want to help out here. I was thinking how to make it easy for us to 
end to end test the metadata tables as we add support for more metadata tables.
   
   I have a local PoC that extends the data fusion integration in this package 
to include metadata tables, so it can be used to query already supported 
metadata tables via SQL:
   
   ```
   SELECT * from catalog.namespace.<Table>.snapshots; // OR Manifests as that 
is the other support metadata table
   ```
   
   Do you folks agree that we should extended data-fusion integration to 
support them? If yes then I will clean up code and send a PR for that. Thank 
you!


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