aweisberg commented on code in PR #3631:
URL: https://github.com/apache/cassandra/pull/3631#discussion_r1813425106


##########
test/unit/org/apache/cassandra/cql3/ast/Txn.java:
##########
@@ -244,6 +245,16 @@ public Builder addIf(If block)
             return this;
         }
 
+        public Builder addIf(Conditional conditional, Mutation... mutations)
+        {
+            return addIf(conditional, Arrays.asList(mutations));
+        }
+
+        public Builder addIf(Conditional conditional, List<Mutation> mutations)

Review Comment:
   Is this supposed to be included?



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