hemasrishalini opened a new issue, #4641: URL: https://github.com/apache/polaris/issues/4641
### Describe the bug ReservedProperties currently has no dedicated unit tests. Several public behaviors are not covered, including: - Reserved property rejection when shouldThrow() is enabled - ReservedProperties.NONE behavior - Filtering of reserved properties when exceptions are disabled - Restoration of existing reserved values during updates - List-based property filtering Adding coverage would help prevent regressions in reserved property validation and update handling. ### To Reproduce Not applicable. This issue tracks missing unit test coverage for ReservedProperties. ### Actual Behavior ReservedProperties behavior is implemented but currently lacks dedicated unit test coverage. ### Expected Behavior ReservedProperties should have dedicated unit tests covering its primary filtering and update-handling paths. ### Additional context A corresponding test-only contribution has been prepared to add coverage for the currently untested behaviors. ### System information Not applicable. -- 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]
