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


##########
src/java/org/apache/cassandra/cql3/QueryProcessor.java:
##########
@@ -999,6 +999,16 @@ else if (statement instanceof BatchStatement)
                 }
                 return false;
             }
+            else if (statement instanceof TransactionStatement)

Review Comment:
   If we want to really find the best possible name, it might actually be 
`CompositeStatement` (in the sense that batches and txns are statements made up 
of other elements/statements).



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