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


##########
test/unit/org/apache/cassandra/utils/ASTGenerators.java:
##########
@@ -391,6 +393,18 @@ public MutationGenBuilder(TableMetadata metadata)
                 columnExpressions.put(symbol, new 
ExpressionBuilder(symbol.type()));
         }
 
+        public MutationGenBuilder withAllowPartitionOnlyUpdate(boolean value)

Review Comment:
   unused but there to give an opt-out switch if the user doesn't want `IN` 
clause support for partitions



-- 
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: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to