collado-mike commented on code in PR #407:
URL: https://github.com/apache/polaris/pull/407#discussion_r1819874577
##########
polaris-service/src/main/java/org/apache/polaris/service/config/PolarisApplicationConfig.java:
##########
@@ -170,7 +169,12 @@ public TaskHandlerConfiguration getTaskHandler() {
@JsonProperty("featureConfiguration")
public void setFeatureConfiguration(Map<String, Object>
featureConfiguration) {
- this.configurationStore = new
DefaultConfigurationStore(featureConfiguration);
+ this.featureConfiguration = featureConfiguration;
+ }
+
+ @JsonProperty("realmFeatureConfiguration")
Review Comment:
yeah, that's the proposed configuration structure in the yaml file. No, we
can't validate that the realms exist currently - there is no agreed upon
interface for storing/retrieving realms and the only persistence API doesn't
know anything about realms.
--
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]