nastra commented on code in PR #12595: URL: https://github.com/apache/iceberg/pull/12595#discussion_r2015899457
########## core/src/main/java/org/apache/iceberg/CatalogProperties.java: ########## @@ -32,6 +32,7 @@ private CatalogProperties() {} public static final String VIEW_DEFAULT_PREFIX = "view-default."; public static final String VIEW_OVERRIDE_PREFIX = "view-override."; public static final String METRICS_REPORTER_IMPL = "metrics-reporter-impl"; + public static final String HTTP_HEADER_PREFIX = "header."; Review Comment: this is specific to REST, so shouldn't be in `CatalogProperties`. `RESTUtil` would be the right place but I'm currently not sure whether we should be exposing this -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org