Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0-alpha
-
None
-
Reviewed
Description
We recently added a utility function to compare two version strings, based on splitting on '.'s and comparing each component. However, it considers a version like 2.0.0-SNAPSHOT as being greater than 2.0.0. This isn't right, since SNAPSHOT builds come before the final release.
Attachments
Attachments
Issue Links
- incorporates
-
HDFS-3341 Change minimum RPC versions to 2.0.0-SNAPSHOT instead of 2.0.0
- Closed