-
Notifications
You must be signed in to change notification settings - Fork 65
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
perf: replace default engine JSON reader's FileStream
with concurrent futures
#711
Open
zachschuermann
wants to merge
36
commits into
delta-io:main
Choose a base branch
from
zachschuermann:concurrent-json
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+528
−86
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
ea417b5
let's see
nicklan 504b20c
support --all-features again
nicklan c217abc
revert
nicklan 8926729
workflows use --all-features again
nicklan 04cdd68
Merge branch 'main' into fix-semvar-check
nicklan 4aa86aa
wip: simple buffered streams
zachschuermann b0869fc
into_iter
zachschuermann ffed827
Merge remote-tracking branch 'upstream/main' into concurrent-json
zachschuermann 0cd0cf3
cleaner selection + readme
nicklan 85ebcb8
also for parquet.rs
nicklan ae8c559
add a `need_arrow` flag
nicklan 22394c8
Merge branch 'main' into fix-semvar-check
nicklan ce2667f
Merge remote-tracking branch 'nick/fix-semvar-check' into concurrent-…
zachschuermann 1f2f79c
Merge branch 'main' into concurrent-json
zachschuermann 9862a3a
Merge remote-tracking branch 'refs/remotes/origin/concurrent-json' in…
zachschuermann bc16927
Merge remote-tracking branch 'upstream/main' into concurrent-json
zachschuermann 971ed43
make Json opener async fn and add test
zachschuermann 1a14f90
fmt
zachschuermann 811cc2e
fix comments
zachschuermann 494a470
cleanup
zachschuermann ba09853
comments and add warn for error
zachschuermann 5ab75c4
address feedback
zachschuermann f6f5729
add with_buffer_size and deprecate the readahead one
zachschuermann df7a819
add deterministic test via OrderedGetStore
zachschuermann f0270c7
clean up imports
zachschuermann 14e1288
combine keys and wakers under one lock
zachschuermann 968926a
address feedback
zachschuermann baf04d0
better test_read_json_files_ordering
zachschuermann e05fdfa
fix docs
zachschuermann 5063f8c
revert small changes
zachschuermann 3316d8d
address feedback
zachschuermann 2cff468
comment
zachschuermann 751e582
add small buffer test
zachschuermann 69284d2
flatmap
zachschuermann 8551bca
fix
zachschuermann 1e6f746
Merge branch 'main' into concurrent-json
zachschuermann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably don't need the type annotation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah yep