Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-2475

5.5.x exhaustive build: test_nested_types: incorrect number of results

    XMLWordPrintableJSON

Details

    Description

      The exhaustive build failed last night with this error.
      http://sandbox.jenkins.cloudera.com/view/Impala/view/Builds%20-%202.3.0%20Release/job/impala-cdh5.5.x-exhaustive/27/

      -- executing against localhost:21000
      use functional_parquet;
      
      SET disable_codegen=True;
      SET abort_on_error=1;
      SET exec_single_node_rows_threshold=0;
      SET batch_size=0;
      SET num_nodes=0;
      -- executing against localhost:21000
      use tpch_nested_parquet;
      
      MainThread: No results found. Skipping verification
      -- executing against localhost:21000
      select count(*)
      from tpch_nested_parquet.customer c, c.c_orders o, o.o_lineitems i
      where c_custkey in (1, 2) and o_orderkey in (4808192, 1374019);
      
      -- executing against localhost:21000
      select count(*)
      from tpch_nested_parquet.customer c, c.c_orders o, o.o_lineitems i;
      
      -- executing against localhost:21000
      select count(l_linenumber)
      from tpch_nested_parquet.customer.c_orders.o_lineitems i;
      
      -- executing against localhost:21000
      select count(*)
      from tpch_nested_parquet.customer.c_orders.o_lineitems i;
      
      MainThread: Comparing QueryTestResults (expected vs actual):
      6001215 != 692982
      

      The new changes in that build are:

      IMPALA-2469: decimal table not found in exhaustive build (detail)
      IMPALA-2468: error processing multiblock Parquet files (detail)
      Fix edge case bugs in REGEXP_LIKE and SPLIT_PART (detail)
      

      cc: tarmstrong

      Attachments

        Activity

          People

            dhecht Daniel Hecht
            dhecht Daniel Hecht
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: