jacek-lewandowski commented on code in PR #2195:
URL: https://github.com/apache/cassandra/pull/2195#discussion_r1132075201


##########
src/java/org/apache/cassandra/cql3/statements/DeleteStatement.java:
##########
@@ -174,7 +186,8 @@ protected ModificationStatement prepareInternal(ClientState 
state,
                                                        operations,
                                                        restrictions,
                                                        conditions,
-                                                       attrs);
+                                                       attrs,
+                                                       
bounds.describeSource(enclosingStatement));

Review Comment:
   No, notice that the enclosing composite statement is a parsed statement and 
it already exists so as the parsed delete statement.



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