Maxwell-Guo commented on code in PR #2047:
URL: https://github.com/apache/cassandra/pull/2047#discussion_r1051512820


##########
test/distributed/org/apache/cassandra/distributed/upgrade/UpgradeTestBase.java:
##########
@@ -90,7 +90,7 @@ public UpgradeableCluster.Builder builder()
     public static final Semver v30 = new Semver("3.0.0-alpha1", 
SemverType.LOOSE);
     public static final Semver v3X = new Semver("3.11.0", SemverType.LOOSE);
     public static final Semver v40 = new Semver("4.0-alpha1", 
SemverType.LOOSE);
-    public static final Semver v41 = new Semver("4.1-alpha1", 
SemverType.LOOSE);
+    public static final Semver v41 = new Semver("4.1", SemverType.LOOSE);

Review Comment:
   @smiklosovic  Thank you for you review .There was something urgent yesterday 
at that time , so I seems that I have forgot to check this place when 
submitting.
   I have changed it back.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to