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

   @shiv-io It should still be possible to do `load_view` _without_ supporting 
any scanning functionality yet, and like @sungwy says, that is likely a 
necessary precursor for other query engines anyway.
   
   look at how load_table works today: we return a Table model with all the 
metadata about the table you need, and it exposes functionality for data scans, 
etc.  So load_view would start with returning a model with all the metadata 
about the view (as specified in the spec), and then we can look at trying to 
add some DataFusion-based scan functionality in subsequent iterations.


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