zeroshade opened a new pull request, #185: URL: https://github.com/apache/iceberg-go/pull/185
This provides an initial implementation for reading data as Arrow record batches or tables from iceberg tables. The data is parallelized and streamed. The records are pulled in a consistent ordering and allows for filtering and row limits. The underlying interactions with the file are abstracted behind interfaces in an `internal` package to allow for future additions of handling ORC and Avro files in addition to the Parquet implementation. This PR also includes the addition of integration tests to ensure the reads are working properly. -- 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