adutra opened a new issue, #4492: URL: https://github.com/apache/polaris/issues/4492
### 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: https://github.com/apache/iceberg/pull/12892 https://github.com/apache/iceberg/pull/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_ -- 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]
