maedhroz commented on code in PR #24:
URL: https://github.com/apache/cassandra-harry/pull/24#discussion_r1417668621
##########
harry-core/src/harry/data/ResultSetRow.java:
##########
@@ -55,12 +78,26 @@ public ResultSetRow clone()
Arrays.copyOf(vds, vds.length),
Arrays.copyOf(lts, lts.length));
}
+ public boolean equals(Object o)
Review Comment:
nit: `@Override` ?
I don't know if you'll need a `hashCode()` here or ever have this in a
collection, but I'm compelled by habit to mention it :p
--
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]