smiklosovic commented on code in PR #4596:
URL: https://github.com/apache/cassandra/pull/4596#discussion_r3099808524


##########
src/java/org/apache/cassandra/cql3/statements/ModificationStatement.java:
##########
@@ -411,7 +411,15 @@ public void validate(ClientState state) throws 
InvalidRequestException
         checkFalse(isVirtual() && hasConditions(), "Conditional updates are 
not supported by virtual tables");
 
         if (attrs.isTimestampSet())
+        {

Review Comment:
   revert, no need to wrap it in braces like that 



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