-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Spark 3.3: Add a procedure to generate table changes #6012
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
1b3ef98
Add procedure for generating table changes
flyrain b6dfc19
Fix the output type name
flyrain 210a2f7
Fix the test case.
flyrain 3fd6aa6
Use uuid as the temp column name to avoid conflicts.
flyrain 573433c
Add test case for filtering
flyrain 3cc8ee2
Remove the unnecessary condition
flyrain 3b6b208
Support query by timestamps
flyrain 46dfd98
Refactor
flyrain ed5dadf
Change the names to UPDATE_AFTER and UPDATE_BEFORE
flyrain e7de9a5
Use repartition and mapPartition
flyrain 9ef09eb
Use repartition and mapPartition
flyrain aa31dff
Remove null
flyrain 0b8ccd4
Check if two rows belong to the same partition
flyrain 20fbbec
Fix the style issue
flyrain 07403cb
Resolve comments
flyrain d138d04
Fix the style issue
flyrain 8b16630
Create the separated class for iterator
flyrain fdf45bc
Allow time range query
flyrain 2c343a3
Allow time range query
flyrain 3a136e4
Added a new test and updated Java Doc
flyrain b5d137a
Rename the parameters
flyrain a3d4d73
Read table identifier fields
flyrain d25560b
Retrigger the pipeline
flyrain 99a3728
Resolve the comments
flyrain 41bb85b
Resolve comments
flyrain d9a264a
Resolve comments
flyrain dedf556
Resolve comments
flyrain 1e95a66
Resolve comments
flyrain f659fe7
Resolve comments
flyrain 54b3da8
Add comments
flyrain 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
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.
Looks good.