corleyma commented on PR #1614:
URL: https://github.com/apache/iceberg-python/pull/1614#issuecomment-2638079043

   At first glance, this approach seems fairly inferior to using the Polars 
[scan_iceberg 
](https://docs.pola.rs/api/python/dev/reference/api/polars.scan_iceberg.html) 
functionality, which:
   - returns a LazyFrame
   - on evaluation of the LazyFrame, will push down filters to pyiceberg to 
limit the data returned.
   
   I think it might be better to document the existing polars functionality vs 
adding and documenting this pattern.


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