adutra commented on code in PR #1309:
URL: https://github.com/apache/polaris/pull/1309#discussion_r2028881059
##########
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/IcebergCatalogViewTest.java:
##########
@@ -96,6 +96,14 @@ public Map<String, String> getConfigOverrides() {
public static final String CATALOG_NAME = "polaris-catalog";
+ public static Map<String, String> VIEW_PREFIXES =
+ Map.of(
+ CatalogProperties.VIEW_DEFAULT_PREFIX + "key1",
"catalog-default-key1",
+ CatalogProperties.VIEW_DEFAULT_PREFIX + "key2",
"catalog-default-key2",
+ CatalogProperties.VIEW_DEFAULT_PREFIX + "key3",
"catalog-default-key3",
+ CatalogProperties.VIEW_OVERRIDE_PREFIX + "key3",
"catalog-override-key3",
Review Comment:
This constant does not exist in Iceberg 1.8.
--
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]