Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Reader struct, condense into Cursor #48

Merged
merged 2 commits into from
Nov 27, 2023
Merged

Conversation

Jefffrey
Copy link
Collaborator

Remove Reader struct and combine it into Cursor

Also implement the AsyncChunkReader trait

src/arrow_reader.rs Show resolved Hide resolved
src/reader.rs Show resolved Hide resolved
@Jefffrey Jefffrey requested a review from WenyXu November 26, 2023 06:32
Copy link
Collaborator

@WenyXu WenyXu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Jefffrey Jefffrey merged commit 3e48a6e into main Nov 27, 2023
6 checks passed
@Jefffrey Jefffrey deleted the refactor/remove_reader branch November 27, 2023 08:25
progval pushed a commit to progval/datafusion-orc that referenced this pull request Mar 6, 2024
waynexia pushed a commit that referenced this pull request Oct 24, 2024
* Remove Reader struct, condense into Cursor

* Don't read all stripe footers upfront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants