davidweimapbox opened a new issue, #3255:
URL: https://github.com/apache/polaris/issues/3255
### Describe the bug
Polaris feature flags work when defined in application.properties inside the
Docker image, but do not take effect when provided as environment variables in
an ECS task definition.
The following environment variables were added to the container:
POLARIS_FEATURES_ALLOW_OPTIMIZED_SIBLING_CHECK: 'true',
POLARIS_FEATURES_OPTIMIZED_SIBLING_CHECK: 'true',
POLARIS_FEATURES_REALM_OVERRIDES_POLARIS_ALLOW_TABLE_LOCATION_OVERLAP:
'true'
However, none of these were picked up by Polaris at runtime.
When the equivalent flags were added directly to application.properties,
they worked as expected:
polaris.features.ALLOW_OPTIMIZED_SIBLING_CHECK=true
polaris.features.OPTIMIZED_SIBLING_CHECK=true
polaris.features.realm-overrides.POLARIS.ALLOW_TABLE_LOCATION_OVERLAP=true
### To Reproduce
_No response_
### Actual Behavior
_No response_
### Expected Behavior
_No response_
### Additional context
_No response_
### System information
_No response_
--
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]