adutra commented on code in PR #786:
URL: https://github.com/apache/polaris/pull/786#discussion_r1918993472
##########
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/admin/PolarisAuthzTestBase.java:
##########
@@ -87,9 +87,9 @@ public static class Profile implements QuarkusTestProfile {
@Override
public Map<String, String> getConfigOverrides() {
return Map.of(
Review Comment:
Yes this method allows test profiles to override properties define somewhere
else. Unfortunately the mapping is not programmatic. I agree that this is not
ideal, but that's how it is today.
--
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]