maedhroz commented on code in PR #2935:
URL: https://github.com/apache/cassandra/pull/2935#discussion_r1442398337
##########
src/java/org/apache/cassandra/db/ReadCommand.java:
##########
@@ -1011,6 +1011,12 @@ public void close() throws Exception
@VisibleForTesting
public static class Serializer implements IVersionedSerializer<ReadCommand>
{
+ private static final int IS_DIGEST = 0x01;
+ private static final int IS_FOR_THRIFT = 0x02;
+ private static final int HAS_INDEX = 0x04;
+ private static final int ACCEPTS_TRIANSIENT = 0x08;
+ private static final int STRICT_FILTERING = 0x10;
Review Comment:
Not necessary, I know, but if feels nicer to have the constants...
--
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]