Skip to content

Conversation

@danielcweeks
Copy link
Contributor

This PR adds an optional interface, RangeReadable, which allows for positional, range-based reads to support object stores like S3 that prefer bounded reads.

@danielcweeks
Copy link
Contributor Author

@electrum I just an FYI, this adds the range based read and simplifies this path significantly as compared to AWS SDK v1 since much of the stream copy logic is handled by SDK v2. This possibly save an array copy as well.

@danielcweeks danielcweeks requested a review from rdblue April 22, 2022 22:10
@github-actions github-actions bot added the core label Apr 23, 2022
@danielcweeks danielcweeks requested a review from rdblue April 23, 2022 19:35
danielcweeks and others added 3 commits April 24, 2022 13:53
Replace readFully implementation with one from Parquet, with tests
@rdblue rdblue merged commit a655c80 into apache:master Apr 25, 2022
@rdblue
Copy link
Contributor

rdblue commented Apr 25, 2022

Thanks, @danielcweeks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants