gh-yzou commented on code in PR #1505:
URL: https://github.com/apache/polaris/pull/1505#discussion_r2085048095
##########
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:
There is a regression introduced by
https://github.com/apache/polaris/commit/b93e97b9c5c97cb813696df50aee7550f21b155c,
it broke the ConfigMapping parsing for polaris.features.realm-overrides.xx.
cc @eric-maynard i reverted the change in this file, but you might need to
check the changes for other configmap to fix the problem.
--
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]