[
https://issues.apache.org/jira/browse/TAJO-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15121100#comment-15121100
]
Hudson commented on TAJO-2066:
------------------------------
FAILURE: Integrated in Tajo-master-CODEGEN-build #668 (See
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/668/])
TAJO-2066: Fix TestJoinOnPartitionedTables.testPartialFilterPushDown (jhkim:
rev 6debe7f8a292374f06861c7464a1dab20aa088d6)
*
tajo-core-tests/src/test/java/org/apache/tajo/engine/query/TestJoinOnPartitionedTables.java
* CHANGES
> 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
> Fix For: 0.12.0, 0.11.1
>
>
> 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)