gh-yzou commented on code in PR #1505:
URL: https://github.com/apache/polaris/pull/1505#discussion_r2085069493
##########
quarkus/service/src/main/java/org/apache/polaris/service/quarkus/config/QuarkusFeaturesConfiguration.java:
##########
@@ -29,5 +30,11 @@ public interface QuarkusFeaturesConfiguration extends
FeaturesConfiguration {
Map<String, String> defaults();
@Override
- Map<String, FeaturesConfiguration.RealmOverrides> realmOverrides();
+ Map<String, QuarkusRealmOverrides> realmOverrides();
Review Comment:
@adutra i see your changed the key to "overrides" instead of
"realm-overrides", but after i revert the change in
QuarkusFeaturesConfigurtion, polaris.features.realm-overrides.xx seems working
fine now.
--
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]