dcapwell commented on code in PR #2190:
URL: https://github.com/apache/cassandra/pull/2190#discussion_r1127126900
##########
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:
What does `Complex` mean though? I use `Group` in this ticket as it
"groups" other statements together... having a type that works with multiple
statements makes sense, so wonder what other goals/reasons exist.
--
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]