-
Notifications
You must be signed in to change notification settings - Fork 332
Use canonical catalog property names in tests #1766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* In `PolarisPolicyServiceIntegrationTest` * In `PolarisRestCatalogIntegrationTest` Following up to apache#1557
|
reopen to trigger the CI, the hugo site CI still failed randomly, #1750 |
| private static final String[] DEFAULT_CATALOG_PROPERTIES = { | ||
| "allow.unstructured.table.location", "true", | ||
| "allow.external.table.location", "true" | ||
| "polaris.config.allow.unstructured.table.location", "true", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point: #1774
Following up on apache#1766
PolarisPolicyServiceIntegrationTestPolarisRestCatalogIntegrationTestFollowing up to #1557