Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2C7F9200B5A for ; Thu, 4 Aug 2016 08:31:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2B242160AAB; Thu, 4 Aug 2016 06:31:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 992BB160A7C for ; Thu, 4 Aug 2016 08:31:21 +0200 (CEST) Received: (qmail 15934 invoked by uid 500); 4 Aug 2016 06:31:20 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 15916 invoked by uid 99); 4 Aug 2016 06:31:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2016 06:31:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6C5232C027F for ; Thu, 4 Aug 2016 06:31:20 +0000 (UTC) Date: Thu, 4 Aug 2016 06:31:20 +0000 (UTC) From: "Minwoo Kang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16326) RowModel does not override 'equals', 'hashCode' and 'toString' (with CellModel) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 04 Aug 2016 06:31:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Minwoo Kang updated HBASE-16326: -------------------------------- Priority: Trivial (was: Major) > 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 > Priority: Trivial > 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)