Draft
Conversation
49906b9 to
4b10884
Compare
f380a52 to
dfc6861
Compare
7630f8a to
924e6ca
Compare
0efb244 to
e8507aa
Compare
e8507aa to
7b5f526
Compare
Member
Author
|
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
adc371a to
913323f
Compare
findepi
approved these changes
Dec 4, 2025
| <repositories> | ||
| <repository> | ||
| <id>apache-snapshots</id> | ||
| <url>https://repository.apache.org/content/repositories/snapshots</url> |
| 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; |
Member
There was a problem hiding this comment.
why wasn't this a checkstyle issue on master?
Member
Author
There was a problem hiding this comment.
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
073e216 to
6e57baa
Compare
c647e27 to
841028f
Compare
b62e88e to
b35f326
Compare
9258d8d to
d200591
Compare
3981e73 to
ce5f93b
Compare
8253f57 to
f5d51a8
Compare
f5d51a8 to
6f1bfd9
Compare
6f1bfd9 to
9405745
Compare
This was referenced Mar 25, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Update Iceberg to 1.11.0
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.