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


##########
src/java/org/apache/cassandra/schema/DroppedColumn.java:
##########
@@ -57,6 +57,11 @@ public boolean equals(Object o)
         return column.equals(dc.column) && droppedTime == dc.droppedTime;
     }
 
+    public boolean equalsWithoutKsTb(DroppedColumn other)

Review Comment:
   @Maxwell-Guo is this still necessary as we are not dealing with dropped 
columns in this PR? 



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