bereng commented on code in PR #2903:
URL: https://github.com/apache/cassandra/pull/2903#discussion_r1396818818


##########
test/unit/org/apache/cassandra/db/commitlog/CommitLogSegmentManagerCDCTest.java:
##########
@@ -382,7 +380,7 @@ public String toString()
         public boolean equals(Object other)
         {
             CDCIndexData cid = (CDCIndexData)other;
-            return fileName.equals(cid.fileName) && offset == cid.offset;
+            return fileName.equals(cid.fileName) && offset == cid.offset && 
this.getClass().equals(other.getClass());

Review Comment:
   Right you are!



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