adutra commented on issue #3255: URL: https://github.com/apache/polaris/issues/3255#issuecomment-3660873082
HI, just in case, here are the rules that SmallRye Config applies to environment variable names: https://smallrye.io/smallrye-config/Main/config/environment-variables/ Since `polaris.features` is a map of strings, you could maybe try the following names: ``` POLARIS_FEATURES__ALLOW_OPTIMIZED_SIBLING_CHECK_ OLARIS_FEATURES__OPTIMIZED_SIBLING_CHECK_ POLARIS_FEATURES__REALM_OVERRIDES_POLARIS_ALLOW_TABLE_LOCATION_OVERLAP_ ``` -- 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]
