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

test_strict_mode failed on an ASAN build: expected "Error converting column: 5 to DOUBLE"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Duplicate
    • Impala 3.1.0
    • None
    • Backend

    Description

      Stacktrace

      query_test/test_queries.py:159: in test_strict_mode
          self.run_test_case('QueryTest/strict-mode-abort', vector)
      common/impala_test_suite.py:420: in run_test_case
          assert False, "Expected exception: %s" % expected_str
      E   AssertionError: Expected exception: Error converting column: 5 to DOUBLE
      

      Standard Error

      -- executing against localhost:21000
      use functional;
      
      SET strict_mode=1;
      SET batch_size=0;
      SET num_nodes=0;
      SET disable_codegen_rows_threshold=0;
      SET disable_codegen=False;
      SET abort_on_error=0;
      SET exec_single_node_rows_threshold=0;
      -- executing against localhost:21000
      select * from overflow;
      
      -- executing against localhost:21000
      use functional;
      
      SET strict_mode=1;
      SET batch_size=0;
      SET num_nodes=0;
      SET disable_codegen_rows_threshold=0;
      SET disable_codegen=False;
      SET abort_on_error=1;
      SET exec_single_node_rows_threshold=0;
      -- executing against localhost:21000
      select tinyint_col from overflow;
      
      -- executing against localhost:21000
      select smallint_col from overflow;
      
      -- executing against localhost:21000
      select int_col from overflow;
      
      -- executing against localhost:21000
      select bigint_col from overflow;
      
      -- executing against localhost:21000
      select float_col from overflow;
      
      -- executing against localhost:21000
      select double_col from overflow;
      

      Attachments

        Issue Links

          Activity

            People

              tarmstrong Tim Armstrong
              dknupp David Knupp
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: