tokoko commented on code in PR #3224:
URL: https://github.com/apache/polaris/pull/3224#discussion_r2600979124
##########
runtime/service/src/test/java/org/apache/polaris/service/catalog/iceberg/AbstractIcebergCatalogTest.java:
##########
@@ -201,6 +200,7 @@ public Map<String, String> getConfigOverrides() {
.put("polaris.features.\"ALLOW_TABLE_LOCATION_OVERLAP\"", "true")
.put("polaris.features.\"LIST_PAGINATION_ENABLED\"", "true")
.put("polaris.behavior-changes.\"ALLOW_NAMESPACE_CUSTOM_LOCATION\"",
"true")
+ .put("polaris.test.rootAugmentor.enabled", "true")
Review Comment:
The idea was to change it later from a simple toggle to something that will
hold more information. Something like `polaris.test.augmentor.identity`:
`test_principal:test_principal_role`. I ended up not requiring it, but it could
still come in handy later...
--
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]