maedhroz commented on code in PR #2190:
URL: https://github.com/apache/cassandra/pull/2190#discussion_r1128243536


##########
src/java/org/apache/cassandra/cql3/statements/QualifiedStatement.java:
##########
@@ -78,4 +78,50 @@ public String toString()
     {
         return ToStringBuilder.reflectionToString(this, 
ToStringStyle.SHORT_PREFIX_STYLE);
     }
+
+    public static abstract class CompositeQualifiedStatement extends 
QualifiedStatement

Review Comment:
   nit: Given most usage looks like 
`QualifiedStatement.CompositeQualifiedStatement`, I'd consider just naming this 
`Composite`, so it's more like `QualifiedStatement.Composite`...but not super 
important. Fine w/ whatever you go with.



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