eric-maynard commented on code in PR #1766:
URL: https://github.com/apache/polaris/pull/1766#discussion_r2121529870
##########
integration-tests/src/main/java/org/apache/polaris/service/it/test/PolarisPolicyServiceIntegrationTest.java:
##########
@@ -133,17 +133,17 @@ public class PolarisPolicyServiceIntegrationTest {
s3BucketBase + "/" + System.getenv("USER") + "/path/to/data";
private static final String[] DEFAULT_CATALOG_PROPERTIES = {
- "allow.unstructured.table.location", "true",
- "allow.external.table.location", "true"
+ "polaris.config.allow.unstructured.table.location", "true",
Review Comment:
Just a note that tests were intentionally left using the old properties, to
make sure they keep working in light of the introduction of the new properties.
Now that they passed for a while though, I think it's okay to migrate the tests
over.
--
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]