smiklosovic commented on code in PR #4411:
URL: https://github.com/apache/cassandra/pull/4411#discussion_r2436522456


##########
src/java/org/apache/cassandra/schema/TableParams.java:
##########
@@ -680,6 +698,7 @@ public TableParams deserialize(DataInputPlus in, Version 
version) throws IOExcep
         public long serializedSize(TableParams t, Version version)
         {
             long size = sizeof(t.comment) +
+                   sizeof(t.securityLabel) +

Review Comment:
   version check? move this to the end 



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