Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-2066

Fix TestJoinOnPartitionedTables.testPartialFilterPushDown failure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.12.0, 0.11.1
    • 0.12.0, 0.11.1
    • Unit Test
    • None

    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)
      

      Attachments

        Activity

          People

            jhkim Jinho Kim
            jhkim Jinho Kim
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: