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: [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]