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


##########
src/java/org/apache/cassandra/cql3/ResultSet.java:
##########
@@ -316,6 +317,8 @@ public static ResultMetadata fromPrepared(CQLStatement 
statement)
         {
             if (statement instanceof SelectStatement)
                 return ((SelectStatement)statement).getResultMetadata();
+            if (statement instanceof TransactionStatement)

Review Comment:
   makes me wonder if this should be an interface to remove duplication



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