[
https://issues.apache.org/jira/browse/HBASE-16326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Minwoo Kang updated HBASE-16326:
--------------------------------
Attachment: HBASE-16326.master.001.patch
> RowModel does not override 'equals', 'hashCode' and 'toString' (with
> CellModel)
> -------------------------------------------------------------------------------
>
> Key: HBASE-16326
> URL: https://issues.apache.org/jira/browse/HBASE-16326
> Project: HBase
> Issue Type: Bug
> Components: REST
> Reporter: Minwoo Kang
> Attachments: HBASE-16326.master.001.patch
>
>
> 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)