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

Tajo QA commented on TAJO-1598:
-------------------------------

{color:green}*+1 overall.*{color}  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12732243/TAJO-1598.patch
  against master revision release-0.9.0-rc0-294-g53ed1c3.

    {color:green}+1 @author.{color}  The patch does not contain any @author 
tags.

    {color:green}+1 tests included.{color}  The patch appears to include 1 new 
or modified test files.

    {color:green}+1 javac.{color}  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javadoc.{color}  The applied patch does not increase the 
total number of javadoc warnings.

    {color:green}+1 checkstyle.{color}  The patch generated 0 code style errors.

    {color:green}+1 findbugs.{color}  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

    {color:green}+1 release audit.{color}  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 core tests.{color}  The patch passed unit tests in 
tajo-catalog/tajo-catalog-common.

Test results: 
https://builds.apache.org/job/PreCommit-TAJO-Build/781//testReport/
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/781//console

This message is automatically generated.

> 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
>         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