venkateshwaracholan opened a new issue, #4820: URL: https://github.com/apache/polaris/issues/4820
### Describe the bug The `polaris-version` module still contains commented-out code related to the previously removed `readBinaryLicenseFile()` API, including a commented test reference in `TestPolarisVersion.java`. Since this API has already been removed, these comments no longer provide useful context and may cause confusion for future contributors by suggesting that the functionality still exists or is expected to return. Keeping obsolete commented code also adds unnecessary clutter, making the codebase harder to read and maintain. Removing these outdated comments improves clarity and keeps the source code focused on the functionality that is currently supported, without affecting behavior or functionality in any way. ### 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]
