Is your feature request related to a problem? Please describe.
Iceberg 1.11 introduced a new catalog property: unique-table-location:
https://github.com/apache/iceberg/blob/b809dcd770d3c10cc6d81b70dc198422749cfa0e/core/src/main/java/org/apache/iceberg/CatalogProperties.java#L166
See for reference:
apache/iceberg#12892
apache/iceberg#2850
Describe the solution you'd like
Polaris should honor this configuration property when specified.
Currently it doesn't, which is why the test org.apache.iceberg.catalog.CatalogTests.createTableInUniqueLocation() currently does not pass.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
Iceberg 1.11 introduced a new catalog property:
unique-table-location:https://github.com/apache/iceberg/blob/b809dcd770d3c10cc6d81b70dc198422749cfa0e/core/src/main/java/org/apache/iceberg/CatalogProperties.java#L166
See for reference:
apache/iceberg#12892
apache/iceberg#2850
Describe the solution you'd like
Polaris should honor this configuration property when specified.
Currently it doesn't, which is why the test
org.apache.iceberg.catalog.CatalogTests.createTableInUniqueLocation()currently does not pass.Describe alternatives you've considered
No response
Additional context
No response