blerer commented on code in PR #2655:
URL: https://github.com/apache/cassandra/pull/2655#discussion_r1378576046
##########
src/java/org/apache/cassandra/cql3/Term.java:
##########
@@ -188,35 +208,55 @@ public boolean isTerminal()
/**
* @return the serialized value of this terminal.
*/
- public abstract ByteBuffer get(ProtocolVersion version) throws
InvalidRequestException;
+ public abstract ByteBuffer get();
- public ByteBuffer bindAndGet(QueryOptions options) throws
InvalidRequestException
+ /**
Review Comment:
I think it is 120 but I might be wrong
--
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]