sdd commented on issue #244:
URL: https://github.com/apache/iceberg-rust/issues/244#issuecomment-1987145982

   Firstly, it's great to see someone else helping out on this - getting 
projection and filtering working on reads will unlock the most important (for 
me anyway 😅) use cases, so thanks for the contribution!
   
   I think you need to make a change though. The parquet file columns should be 
matched by ID rather than name, as the schema can evolve. See 
https://iceberg.apache.org/spec/#column-projection for more details. This makes 
it a bit more tricky but you are thinking along the right direction!
   
   


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to