-
Notifications
You must be signed in to change notification settings - Fork 523
Bump to Java Iceberg 1.11.0 #3389
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 2 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
f224742
Revert "CI: Lock REST Fixture to 1.10.1 (#3240)"
Fokko d7c7b19
Bump to Iceberg 1.11.0
Fokko ab93c5d
Update test
Fokko 49df2ad
Merge branch 'main' into fd-1-11
Fokko a38ad25
Merge branch 'main' of github.com:apache/iceberg-python into fd-1-11
Fokko c195b5d
Merge branch 'fd-1-11' of github.com:Fokko/iceberg-python into fd-1-11
Fokko d8b5e34
Merge branch 'main' of github.com:apache/iceberg-python into fd-1-11
Fokko 0573275
Merge branch 'main' of github.com:apache/iceberg-python into fd-1-11
Fokko 7294ea9
CI: Pass args through docker-compose
Fokko 27819c2
Disallow slashes in namespaces
Fokko 3495a2c
Revert "CI: Pass args through docker-compose"
Fokko f210bca
Reapply "CI: Pass args through docker-compose"
Fokko 141bc65
Add missing column
Fokko 029b569
Revert "Reapply "CI: Pass args through docker-compose""
Fokko 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
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
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Had to update this test since REST has some limitations with slashes: |
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.
we didnt release a new version of
iceberg-rest-fixturefor 1.11.0 since there was some license issues. will have to fix forwardThere 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 see, thanks for pointing that out. We can also go back to the nightlies. We were blocked by the Spark release 👍
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'd vote on using nightlies personally. Hopefully, we don't have a full year between releases, but we're merging a lot of PRs in between releases. It'll be nice to get those in the fixture.
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.
Without the tag it points at the nightly, which I like since we also know when Java makes a breaking chance of some sort. This happens very rarely.
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 think we disabled nightly as well https://hub.docker.com/r/apache/iceberg-rest-fixture/tags
im trying to fix the docker image: apache/iceberg#16214