zeroshade opened a new pull request, #118:
URL: https://github.com/apache/iceberg-go/pull/118

   *Very rough* initial implementation of metrics evaluation and a simple 
scanner for Tables that produces the list of `FileScanTask`s to perform a scan 
along with positional delete files and so on.
   
   This also includes a framework and setup for performing integration testing 
that is adapted from the approach used in pyiceberg, creating docker images and 
a file of tests which are only executed by setting the `integration` tag which 
is used in a new workflow which runs those tests.
   
   This provides an end-to-end case of using a table and row-filter-expression 
to perform manifest and metrics evaluations to create the plan for scanning. 
The next step would be actually fetching the data!


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