yuqi1129 opened a new pull request, #9939: URL: https://github.com/apache/gravitino/pull/9939
### What changes were proposed in this pull request? This pull request updates the version parsing logic in `Version.java` to support release candidate (RC) versions and adds tests to ensure correct handling of RC numbers. The main changes include expanding the regex pattern to recognize RC versions, enforcing bounds on RC numbers, and introducing unit tests for these scenarios. ### Why are the changes needed? To make it work when verifing release candidate version in the playground. Fix: #9482 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? UTs -- 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]
