Fokko opened a new pull request, #6145:
URL: https://github.com/apache/iceberg/pull/6145

   This adds an implementation of TableScan that is an alternative to the one 
in https://github.com/apache/iceberg/pull/6131. This doesn't implement 
plan_files, it is just to demonstrate a possible scan API:
   
   ```python
   scan = table.scan(
       row_filter=In("id", [5, 6, 7]),
       selected_fields=("id", "data"),
       snapshot_id=1234567890
   )
   ```


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