You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jaehwa Jung (JIRA)" <ji...@apache.org> on 2015/09/02 04:39:45 UTC

[jira] [Resolved] (TAJO-1804) Allow partitioned tables as default tables optionally for unit tests.

     [ https://issues.apache.org/jira/browse/TAJO-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaehwa Jung resolved TAJO-1804.
-------------------------------
       Resolution: Won't Fix
    Fix Version/s:     (was: 0.12.0)
                       (was: 0.11.0)

When applying this patch, I found that many results were different because of data sort. To resolve it, we need to add order by clause to many select statements. But I think it it very inefficient work because most works except
 scanning partitioned directories will be same things in Tajo. It would be more efficient to add more unit test cases for table partition compare to apply this patch.

> Allow partitioned tables as default tables optionally for unit tests.
> ---------------------------------------------------------------------
>
>                 Key: TAJO-1804
>                 URL: https://issues.apache.org/jira/browse/TAJO-1804
>             Project: Tajo
>          Issue Type: Improvement
>          Components: Unit Test
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>
> Currently, we just tested partitioned table in TestTablePartitions class and it doesn't seem sufficient. But actually, it looks like inefficient way which implement more unit test cases. So, I suggest for Tajo to allow partitioned tables as default tables optionally for unit tests. For this feature, I plant to update TPCH class and add a profile or runtime environment variable.



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