Maxwell-Guo commented on code in PR #3562:
URL: https://github.com/apache/cassandra/pull/3562#discussion_r1922986598


##########
src/java/org/apache/cassandra/cql3/statements/schema/AlterTableStatement.java:
##########
@@ -710,6 +711,67 @@ private void validateCanDropCompactStorage()
         }
     }
 
+    public static class DropConstraint extends AlterTableStatement

Review Comment:
   I have a question that I might want to confirm with you.
   when doing alterconstrains , we can alter some constraints on the specified 
column , 
   but when we doing dropconstraint here , the naming gives people the feeling 
that it is to delete one, but if there are multiple constraints on the  column, 
then we are going to delete multiple constraints actually, am i right ?



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