Description
The customer_parts table should be added synchronously in BeforeClass
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)