[ 
https://issues.apache.org/jira/browse/TAJO-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14540061#comment-14540061
 ] 

Hudson commented on TAJO-1598:
------------------------------

SUCCESS: Integrated in Tajo-master-build #703 (See 
[https://builds.apache.org/job/Tajo-master-build/703/])
TAJO-1598: TableMeta should change equals mechanism. (jihoonson: rev 
6977471e486ec9f77c24e17b51eef71f99978f13)
* CHANGES
* 
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/TableMeta.java
* 
tajo-catalog/tajo-catalog-common/src/test/java/org/apache/tajo/catalog/TestTableMeta.java


> 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
>             Fix For: 0.11.0, 0.10.1
>
>         Attachments: TAJO-1598.patch
>
>
> 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)

Reply via email to