You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/28 09:35:39 UTC

[jira] [Commented] (TAJO-2066) Fix TestJoinOnPartitionedTables.testPartialFilterPushDown failure

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

ASF GitHub Bot commented on TAJO-2066:
--------------------------------------

GitHub user jinossy opened a pull request:

    https://github.com/apache/tajo/pull/951

    TAJO-2066: Fix TestJoinOnPartitionedTables.testPartialFilterPushDown failure.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jinossy/tajo TAJO-2066

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/951.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 #951
    
----
commit 9ef1229c2114cad226861e66178e2bd2d3c07f5a
Author: Jinho Kim <jh...@apache.org>
Date:   2016-01-28T08:33:54Z

    TAJO-2066: Fix TestJoinOnPartitionedTables.testPartialFilterPushDown failure.

----


> Fix TestJoinOnPartitionedTables.testPartialFilterPushDown failure
> -----------------------------------------------------------------
>
>                 Key: TAJO-2066
>                 URL: https://issues.apache.org/jira/browse/TAJO-2066
>             Project: Tajo
>          Issue Type: Bug
>          Components: Unit Test
>    Affects Versions: 0.12.0, 0.11.1
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>            Priority: Minor
>
> The customer_parts table should be added synchronously in BeforeClass
> {noformat}
> ests run: 56, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 83.689 sec <<< FAILURE! - in org.apache.tajo.engine.query.TestJoinOnPartitionedTables
> testPartialFilterPushDown[0](org.apache.tajo.engine.query.TestJoinOnPartitionedTables)  Time elapsed: 0.048 sec  <<< ERROR!
> org.apache.tajo.exception.UndefinedTableException: relation 'default.customer_parts' does not exist
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
>         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
>         at org.apache.tajo.exception.ExceptionUtil.toTajoExceptionCommon(ExceptionUtil.java:148)
>         at org.apache.tajo.exception.ExceptionUtil.toTajoException(ExceptionUtil.java:168)
>         at org.apache.tajo.exception.ExceptionUtil.throwIfError(ExceptionUtil.java:135)
>         at org.apache.tajo.client.QueryClientImpl.executeQueryAndGetResult(QueryClientImpl.java:198)
>         at org.apache.tajo.client.TajoClientImpl.executeQueryAndGetResult(TajoClientImpl.java:118)
>         at org.apache.tajo.QueryTestCaseBase.runSimpleTests(QueryTestCaseBase.java:622)
>         at org.apache.tajo.engine.query.TestJoinOnPartitionedTables.testPartialFilterPushDown(TestJoinOnPartitionedTables.java:95)
> {noformat}



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