You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "DaeMyung Kang (JIRA)" <ji...@apache.org> on 2015/05/11 16:04:00 UTC

[jira] [Created] (TAJO-1598) TableMeta should change equals mechanism

DaeMyung Kang created TAJO-1598:
-----------------------------------

             Summary: TableMeta should change equals mechanism 
                 Key: TAJO-1598
                 URL: https://issues.apache.org/jira/browse/TAJO-1598
             Project: Tajo
          Issue Type: Bug
            Reporter: DaeMyung Kang
            Assignee: DaeMyung Kang


In TableMeta equals, it compares Proto Data.
but TableMetaProto has params as KeyValueSetProto. 
It has a KeyValue Data as List.
but it can cause comparison error. becuase list type compare items' order and value. but we should compare params like map.

so this patch change compare machanism. compare storeType and Options



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)