smiklosovic commented on code in PR #3718: URL: https://github.com/apache/cassandra/pull/3718#discussion_r1873276991
########## src/java/org/apache/cassandra/schema/TableMetadata.java: ########## @@ -716,6 +716,33 @@ private boolean equalsWithoutColumns(TableMetadata tm) && triggers.equals(tm.triggers); } + public boolean equalsWithoutTableNameAndDropCns(TableMetadata tm) Review Comment: @Maxwell-Guo This method is used only in tests. Is there some reason we can not have this function in tests only and keep the production code unchanged? -- 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