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.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---