-
Notifications
You must be signed in to change notification settings - Fork 51
[SPARK-52780] Add StreamRows and Arrow Record Streaming #152
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
Open
caldempsey
wants to merge
21
commits into
apache:master
Choose a base branch
from
datalake-go:callum/SPARK-52780
base: master
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.
Open
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
78c7091
[SPARK-52780] Add ToLocalIterator and Arrow Record Streaming
caldempsey 5e0a589
[debug] a case where context cancellations result in a panic
caldempsey c277f5b
[SPARK-52780] fix test compilation
caldempsey 7ce5d47
[SPARK-52780] TestRowIterator_BothChannelsClosedCleanly should EOF (D…
caldempsey 2b6044a
[SPARK-52780] fix linting error
caldempsey 1a897ef
[SPARK-52780] rowiterator.go channel closing should deterministically…
caldempsey 8c18703
[SPARK-52780] lint errors
caldempsey 3dcab75
fix: merge
caldempsey 485067e
Merge branch 'master' into callum/SPARK-52780
caldempsey f285079
feat: update the client base to provide lazy fetch
caldempsey 917ce9f
feat: rename ToLocalIterator to StreamRows, establish RowIterator as …
caldempsey ad7e935
fix: golint-ci
caldempsey d38170b
fix: improve test doc-comments
caldempsey a18468f
feat: add tests for streaming rows in DataFrame operations including:
caldempsey 434a579
fix: update Spark version to 4.0.1 in build workflow
caldempsey 0432bde
fix: remove debug print lines from ToTable()
caldempsey 928e9b3
fix: remove c.done race condition in ToRecordSequence
caldempsey 146e423
fix: remove NewRowPull2, fold EOF handling into NewRowSequence
caldempsey aa4b293
fix: extract rowIterFromRecord to simplify NewRowSequence
caldempsey fb2a9aa
fix: prefer explicit error yield
caldempsey b29e5ef
fix: address feedback
caldempsey 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,7 @@ on: | |
| - master | ||
|
|
||
| env: | ||
| SPARK_VERSION: '4.0.0' | ||
| SPARK_VERSION: '4.0.1' | ||
| HADOOP_VERSION: '3' | ||
|
|
||
| permissions: | ||
|
|
||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.