-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Update Iceberg to 1.11.0 #26640
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
base: master
Are you sure you want to change the base?
Update Iceberg to 1.11.0 #26640
Conversation
49906b9 to
4b10884
Compare
f380a52 to
dfc6861
Compare
7630f8a to
924e6ca
Compare
0efb244 to
e8507aa
Compare
e8507aa to
7b5f526
Compare
|
I suspect apache/iceberg#13301 broke an existing test. Sent apache/iceberg#14438 |
a581baa to
b834b23
Compare
4a95146 to
924d600
Compare
4591c9b to
bcd297e
Compare
7f918db to
7f9ef3d
Compare
c8449e9 to
f437065
Compare
adc371a to
913323f
Compare
| <repositories> | ||
| <repository> | ||
| <id>apache-snapshots</id> | ||
| <url>https://repository.apache.org/content/repositories/snapshots</url> |
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.
remember to remove this
| import org.apache.iceberg.relocated.com.google.common.collect.ImmutableMap; | ||
| import org.apache.iceberg.relocated.com.google.common.io.CharStreams; | ||
| import org.apache.iceberg.rest.HTTPRequest.HTTPMethod; | ||
| import org.apache.iceberg.rest.RESTCatalogAdapter.Route; |
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.
why wasn't this a checkstyle issue on master?
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.
The import is used in the current master branch.
apache/iceberg#14313 extracted Route enum from RESTCatalogAdapter.
7ee0c1a to
a7f6fd8
Compare
c852dc3 to
20bf028
Compare
20bf028 to
073e216
Compare
Description
Update Iceberg to 1.11.0
Fixes #23601
Fixes #20511
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.