Jinho Kim created TAJO-2066:
-------------------------------
Summary: 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)