rexminnis commented on PR #16007: URL: https://github.com/apache/iceberg/pull/16007#issuecomment-4287656111
Gentle bump — CI is green across all 13 checks and the diff is small (3 files, +116/-0). Closes #14972. Summary for anyone picking this up cold: - `RESTCatalogServer` resolves `CATALOG_NAME` explicitly before the existing `CATALOG_*` prefix translation, using `putIfAbsent` so any caller-supplied `catalog.name` still wins. - Lets users set the backend catalog name via an intuitive `CATALOG_NAME=foo` rather than the current double-prefixed `CATALOG_CATALOG_NAME=foo`. - README updated; test fixture unchanged in shape. @nastra @danielcweeks — you've both touched this file recently; would appreciate a review when you have a moment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
