zheliu2 opened a new pull request, #15563: URL: https://github.com/apache/iceberg/pull/15563
## Summary The REST catalog test fixture hardcodes `rest_backend` as the catalog name in `RESTCatalogServer`, which breaks interoperability with clients like pyiceberg and Trino that may expect a different catalog name. This change makes the catalog name configurable via the `CATALOG_NAME` environment variable, with `rest_backend` retained as the default fallback to preserve backward compatibility. The environment variable takes precedence over the `catalog.name` property. Fixes #14972 -- 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]
