-
Notifications
You must be signed in to change notification settings - Fork 3k
Spark 3.3 write to branch snapshot #6651
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
33 commits
Select commit
Hold shift + click to select a range
9e8bf34
Spark 3.3 write to branch
namrathamyske ee4cadb
Spark 3.3 write to branch refactoring by review comments
namrathamyske 3225506
Spark 3.3 write to branch refactoring by review comments
namrathamyske e1dfa45
Spark 3.3 write to branch data write test
namrathamyske 58b4bf2
spotless
namrathamyske 8677134
checking if snapshot set is branch
namrathamyske af17f25
Merge branch 'master' of https://github.com/apache/iceberg into spark…
namrathamyske 7642b9e
Spark: address comments for spark branch writes
amogh-jahagirdar da9dcc0
Merge commit 'refs/pull/25/head' of https://github.com/namrathamyske/…
namrathamyske ca8e1ff
Merge branch 'master' of https://github.com/apache/iceberg into spark…
namrathamyske 2e4eefe
review comments
namrathamyske de20c76
review comments
namrathamyske 85d7475
spotless
namrathamyske bbf57e3
review comments changes
namrathamyske 0e081e1
review comments changes
namrathamyske 51b1052
new line change reversal
namrathamyske aa42e2e
Spark: Add tests for overwrite case
amogh-jahagirdar 03c962d
Merge pull request #26 from amogh-jahagirdar/spark-branch-writes-more…
namrathamyske bed5ec3
nit review comments
namrathamyske 332064e
Merge branch 'master' of https://github.com/apache/iceberg into spark…
namrathamyske 6ef5f4e
Merge branch 'spark_writes' of https://github.com/namrathamyske/icebe…
namrathamyske 8ecfdcd
adding write conf back
namrathamyske 6b8f954
Remove SQL Write Conf, fail if write conf is specified for row level …
amogh-jahagirdar f8b34bd
Merge branch 'master' into spark_writes
amogh-jahagirdar a8a5d89
Merge branch 'master' into spark_writes
amogh-jahagirdar 7ee1689
Address cleanup
amogh-jahagirdar 64db07e
Allow non-existing branches in catalog#loadTable
amogh-jahagirdar 1b2cd5a
Merge branch 'master' into spark_writes
amogh-jahagirdar 4c94693
Remove Spark branch write option, use identifier in branch, merge/del…
amogh-jahagirdar 2f3d6e1
Add merge tests
amogh-jahagirdar 9bbed3a
Style
amogh-jahagirdar 51a29b3
Remove setting branch in scan
amogh-jahagirdar b2692fe
Fix for metadata tables
amogh-jahagirdar 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
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.
I'll need to double check the code in case there's any other implications to this but in case we do go this route could we combine the boolean and precondition check