blerer commented on code in PR #2668:
URL: https://github.com/apache/cassandra/pull/2668#discussion_r1319546958
##########
src/java/org/apache/cassandra/cql3/CQLStatement.java:
##########
@@ -99,6 +99,11 @@ default public boolean hasConditions()
return false;
}
+ default public boolean shouldUseFullyQualifiedTableName()
Review Comment:
It will be nice to have some Javadoc here so to explain the role of this
method.
##########
src/java/org/apache/cassandra/cql3/CQLStatement.java:
##########
@@ -99,6 +99,11 @@ default public boolean hasConditions()
return false;
}
+ default public boolean eligibleAsPreparedStatement()
Review Comment:
nit: It would be nice to have some Javadoc to explain the role of this
method and how it is used.
--
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]