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


##########
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:
   I think something like a `ComplexStatement` would be very nice, and I think 
@jacek-lewandowski has actually hinted at wanting something like it for other 
reasons...



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