[
https://issues.apache.org/jira/browse/TAJO-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14718019#comment-14718019
]
ASF GitHub Bot commented on TAJO-1804:
--------------------------------------
GitHub user blrunner opened a pull request:
https://github.com/apache/tajo/pull/713
TAJO-1804: Allow partitioned tables as default tables optionally for unit
tests.
You can use partitioned tables as default tables with
``-Dpartition-table=true`` parameter.
Ex)
```
mvn clean install -Dpartition-table=true
```
When testing this patch with select statement unit tests, I couldn't pass
most unit tests cases because result sort order had differences. To proceed
further, we need to add order by statement to many select statements.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/blrunner/tajo TAJO-1804
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/713.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #713
----
commit 324b7c9538a1fda46a59837904f30a0e9bf6ba21
Author: JaeHwa Jung <[email protected]>
Date: 2015-08-28T03:32:41Z
TAJO-1804: Allow partitioned tables as default tables optionally for unit
tests.
----
> 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
> Fix For: 0.11.0, 0.12.0
>
>
> 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)