yifan-c commented on code in PR #4431:
URL: https://github.com/apache/cassandra/pull/4431#discussion_r2615075488
##########
src/java/org/apache/cassandra/cql3/functions/types/TypeCodec.java:
##########
@@ -1876,6 +1870,12 @@ private TimeCodec()
super(DataType.time());
}
+ @Override
+ public int serializedSize()
+ {
+ return VARIABLE_LENGTH;
+ }
+
Review Comment:
Please add code comment to explain why it is different from its parent
method.
--
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]