nickwallen commented on a change in pull request #1456: METRON-2175 Introduce
HBase Connection Abstractions for HBase 2.0.2
URL: https://github.com/apache/metron/pull/1456#discussion_r300079359
##########
File path:
metron-platform/metron-hbase/metron-hbase-common/src/main/java/org/apache/metron/hbase/ColumnList.java
##########
@@ -76,6 +80,30 @@
public long getTs() {
return ts;
}
+
+ @Override
+ public boolean equals(Object o) {
Review comment:
Adding the obvious equals/hashCode/toString to these objects made
implementing the `FakeHBaseClient` much simpler.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services