dcapwell commented on code in PR #4044: URL: https://github.com/apache/cassandra/pull/4044#discussion_r2027942955
########## src/java/org/apache/cassandra/cql3/statements/CQL3CasRequest.java: ########## @@ -149,7 +149,7 @@ public void addConditions(Clustering<?> clustering, Collection<ColumnCondition> } else if (!(condition instanceof ColumnsConditions)) { - throw new InvalidRequestException("Cannot mix IF conditions and IF NOT EXISTS for the same row"); + throw new InvalidRequestException("Cannot mix IF conditions and " + ((ToCQL) condition).toCQL() + " for the same row"); Review Comment: this was an error bug, in my case `IF EXISTS` is what was present -- 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