rshkv opened a new pull request, #870: URL: https://github.com/apache/iceberg-rust/pull/870
This changes the metadata table APIs to have `scan()` return streams instead of a single `RecordBatch`. Context for this is https://github.com/apache/iceberg-rust/pull/863#discussion_r1901545620, where we're adding a metadata table for which we need to read multiple files. @liurenjie1024 suggested we better consume those as stream. I'm splitting out to discuss the API change separately, even though the existing metadata tables `snapshots` and `manifests` only read a single file we're just returning async streams of a single record batch. cc @liurenjie1024 @Xuanwo -- 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