dcapwell commented on code in PR #4079:
URL: https://github.com/apache/cassandra/pull/4079#discussion_r2038428558


##########
src/java/org/apache/cassandra/schema/ColumnMetadata.java:
##########
@@ -735,7 +735,7 @@ public void serialize(ColumnMetadata t, DataOutputPlus out, 
Version version) thr
                 if (hasConstraints)
                     
ColumnConstraints.serializer.serialize(t.columnConstraints, out, version);
             }
-            if (version.isAtLeast(Version.V3))
+            if (version.isAtLeast(Version.V7))

Review Comment:
   not using `MIN_ACCORD_VERSION` as this isn't technically a TCM feature



-- 
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: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to