Re: [PR] REST: Extended header support for RESTClient implementations [iceberg]

2025-02-19 Thread via GitHub
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) {

Re: [PR] REST: Extended header support for RESTClient implementations [iceberg]

2025-02-10 Thread via GitHub
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

[PR] REST: Extended header support for RESTClient implementations [iceberg]

2025-02-07 Thread via GitHub
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