venkateshwaracholan opened a new pull request, #4821: URL: https://github.com/apache/polaris/pull/4821
## Summary This change removes outdated commented code related to the previously removed `readBinaryLicenseFile()` API from the `polaris-version` module. Although the implementation was removed earlier, a few commented references remained in both the production and test code. Since the API is no longer part of the codebase, these comments no longer provide useful context and can be misleading to contributors who may assume the functionality still exists or is planned to return. Removing these remnants helps keep the codebase clean, improves readability, and makes it easier for contributors to understand the current implementation. ## Changes * Removed obsolete commented `readBinaryLicenseFile()` code from `PolarisVersion.java`. * Removed the corresponding commented test reference from `TestPolarisVersion.java`. * No functional or behavioral changes were made. ## Checklist * [ ] ๐ก๏ธ Don't disclose security issues! (contact [email protected]) * [ ] ๐ Clearly explained why the changes are needed, or linked related issues: Fixes #4820 * [ ] ๐งช Added/updated tests with good coverage, or manually tested (and explained how) * [ ] ๐ก Added comments for complex logic (not applicable) * [ ] ๐งพ Updated CHANGELOG.md (not needed) * [ ] ๐ Updated documentation in site/content/in-dev/unreleased (not needed) -- 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]
