rdblue opened a new pull request, #4623: URL: https://github.com/apache/iceberg/pull/4623
This copies an abstract class, `ByteBufferInputStream`, and its two implementations, `SingleBufferInputStream` and `MultiBufferInputStream` from Parquet. This is to support the in-memory streams that are proposed for tests (#4534) and for adding caching to `FileIO` (#4518). This also copies the tests and updates the LICENSE file. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
