-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-16963] [STREAMING] [SQL] Changes to Source trait and related implementation classes #14553
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
6c9acde
Initial version of changes to Source trait
frreiss dae72ff
Changes to files that depend on the Source trait
frreiss f78b4d5
Merge branch 'master' of https://github.com/apache/spark into fred-16963
frreiss cf426fa
Added method to garbage-collect the metadata log.
frreiss c028432
Merge branch 'master' of https://github.com/apache/spark into fred-16963
frreiss f92a9a7
Fixing problems with building from Maven.
frreiss 4cd181d
Various bug fixes.
frreiss fcc90bd
Merge branch 'master' of https://github.com/apache/spark into fred-16963
frreiss 35cdae9
Merge branch 'master' of https://github.com/apache/spark into fred-16963
frreiss 9096c56
Merge branch 'master' of https://github.com/apache/spark into fred-16…
frreiss ecaf732
Merge branch 'master' of https://github.com/apache/spark into fred-16963
frreiss 5638281
Merge branch 'master' of https://github.com/apache/spark into fred-16963
frreiss 43ffbf3
Removed a few blank lines.
frreiss f5c15f8
Additional whitespace cleanup.
frreiss a79c557
Merge branch 'master' of https://github.com/apache/spark into fred-16963
frreiss 7c6a30d
Narrowing the size of the diff by moving some changes out to future w…
frreiss 5e340c2
Fixed a regression introduced in an earlier merge.
frreiss 128f7fe
Merge branch 'master' of https://github.com/apache/spark into fred-16963
frreiss 6334a4b
Fixed compilation problem from merging someone else's PR.
frreiss 09e4b8e
Merge branch 'master' of https://github.com/apache/spark into fred-16963
frreiss aaf0307
Removed a safety check that was invalidated by SPARK-17643 and fixed …
frreiss 947b510
Updating regression tests after merge.
frreiss ed887ca
Merge branch 'master' of https://github.com/apache/spark into fred-16963
frreiss ec67429
Changes to address review comments.
frreiss e7ef7ab
Fix compilation problems.
frreiss 7d98c6b
Merge branch 'master' of https://github.com/apache/spark into fred-16963
frreiss c726549
Changes to address review comments.
frreiss 47eee52
Merge branch 'master' of https://github.com/apache/spark into fred-16963
frreiss 46f6411
Commit before merge.
frreiss d9eaf5a
Merge branch 'master' of https://github.com/apache/spark into fred-16963
frreiss 0a56e4a
Addressing review comments.
frreiss 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
Various bug fixes.
- Loading branch information
commit 4cd181dbb4f16fbb2a08b7405d4f9d10274529fc
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
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
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.
Extra blank line
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.
This line no longer exists after merging the changes from [https://github.com//pull/14728] and replacing my former implementation of GC for FileStreamSource with the one in that merged PR.