bbotella commented on PR #4198:
URL: https://github.com/apache/cassandra/pull/4198#issuecomment-2970231492

   If we are going to disable constraints, should we add the if check to this 
line?
   
https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/cql3/statements/ModificationStatement.java#L1009
   ```
   Validation.checkConstraints(metadata(), key);
   ```
   
   And this?
   
https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/cql3/statements/ModificationStatement.java#L1024
   ```
   checkClusteringConstraints(clustering);
   ```
   
   


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