nastra commented on code in PR #12194:
URL: https://github.com/apache/iceberg/pull/12194#discussion_r1961572984
##
core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java:
##
@@ -2221,23 +2224,26 @@ public void testPaginationForListTables(int
numberOfItems) {
gaborkaszab commented on PR #12194:
URL: https://github.com/apache/iceberg/pull/12194#issuecomment-2647871778
Conflict with this refactor: https://github.com/apache/iceberg/pull/11992
Will take care of the rebase soon.
--
This is an automated message from the Apache Git Service.
To resp
gaborkaszab opened a new pull request, #12194:
URL: https://github.com/apache/iceberg/pull/12194
The freshness-aware table loading requires some additional support for HTTP
headers:
- Response headers for get and post requests
- Input headers for get request
Extended the RESTCli