dimas-b commented on code in PR #3748:
URL: https://github.com/apache/polaris/pull/3748#discussion_r2818888141


##########
polaris-core/src/main/java/org/apache/polaris/core/config/RealmConfigImpl.java:
##########
@@ -106,12 +106,24 @@ public <T> T getConfig(PolarisConfiguration<T> config, 
Map<String, String> catal
     }
 
     if (config.defaultValue() instanceof Boolean) {
+      if (value instanceof Boolean) {

Review Comment:
   Could this be done in a more general way? 🤔 



-- 
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]

Reply via email to