Minwoo Kang created HBASE-16326:
-----------------------------------
Summary: RowModel does not override 'equals', and 'toString'
Key: HBASE-16326
URL: https://issues.apache.org/jira/browse/HBASE-16326
Project: HBase
Issue Type: Bug
Components: REST
Reporter: Minwoo Kang
I create two RowModel.
Each RowModel have same value.
But RowModel does not override 'equals'.
So 'rowModel1.equals(rowModel2)' is false.
And While run System.out.println(rowModel), print
'org.apache.hadoop.hbase.rest.model.RowModel@44019852' in console
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)