sungwy commented on issue #818:
URL: https://github.com/apache/iceberg-python/issues/818#issuecomment-2429209404

   That's an interesting question @corleyma . The way I see it, PyIceberg is a 
language library, that tries to remain open to any Python based query engine 
that wants to make use of its functions to process Iceberg tables. So I think 
the first step in introducing view support in PyIceberg would be for us to 
fetch the view representations from the REST Catalog endpoint and serve the 
view representations to any query engines that want to integrate with it (like 
Daft).
   
   I agree with @ndrluis though, that it would be cool to leverage projects 
like DataFusion to improve the way we load dice the tables in PyIceberg.


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