You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Daniel Becker (Jira)" <ji...@apache.org> on 2022/07/14 10:20:00 UTC

[jira] [Created] (IMPALA-11431) TestComputeStatsWithNestedTypes.test_compute_stats_with_structs fails in an exhaustive build

Daniel Becker created IMPALA-11431:
--------------------------------------

             Summary: TestComputeStatsWithNestedTypes.test_compute_stats_with_structs fails in an exhaustive build
                 Key: IMPALA-11431
                 URL: https://issues.apache.org/jira/browse/IMPALA-11431
             Project: IMPALA
          Issue Type: Bug
            Reporter: Daniel Becker
            Assignee: Daniel Becker


In one of the exhaustive builds, query_test.test_nested_types.TestComputeStatsWithNestedTypes.test_compute_stats_with_structs fails:

{code:java}
query_test/test_nested_types.py:252: in test_compute_stats_with_structs
    self.run_test_case('QueryTest/compute-stats-with-structs', vector)
common/impala_test_suite.py:778: in run_test_case
    self.__verify_results_and_errors(vector, test_section, result, use_db)
common/impala_test_suite.py:588: in __verify_results_and_errors
    replace_filenames_with_placeholder)
common/test_result_verifier.py:469: in verify_raw_results
    VERIFIER_MAP[verifier](expected, actual)
common/test_result_verifier.py:278: in verify_query_result_is_equal
    assert expected_results == actual_results
E   assert Comparing QueryTestResults (expected vs actual):
E     'alltypes','STRUCT<ti:TINYINT,si:SMALLINT,i:INT,bi:BIGINT,b:BOOLEAN,f:FLOAT,do:DOUBLE,da:DATE,ts:TIMESTAMP,s1:STRING,s2:STRING,c1:CHAR(1),c2:CHAR(3),vc:VARCHAR(10),de1:DECIMAL(5,0),de2:DECIMAL(10,3)>',-1,-1,-1,-1.0,-1,-1 == 'alltypes','STRUCT<ti:TINYINT,si:SMALLINT,i:INT,bi:BIGINT,b:BOOLEAN,f:FLOAT,do:DOUBLE,da:DATE,ts:TIMESTAMP,s1:STRING,s2:STRING,c1:CHAR(1),c2:CHAR(3),vc:VARCHAR(10),de1:DECIMAL(5,0),de2:DECIMAL(10,3)>',-1,-1,-1,-1,-1,-1
E     'id','INT',6,0,4,4.0,-1,-1 != 'id','INT',-1,-1,4,4,-1,-1
E     'small_struct','STRUCT<i:INT,s:STRING>',-1,-1,-1,-1.0,-1,-1 == 'small_struct','STRUCT<i:INT,s:STRING>',-1,-1,-1,-1,-1,-1
E     'str','STRING',6,0,11,10.3333330154,-1,-1 != 'str','STRING',-1,-1,-1,-1,-1,-1
E     'tiny_struct','STRUCT<b:BOOLEAN>',-1,-1,-1,-1.0,-1,-1 == 'tiny_struct','STRUCT<b:BOOLEAN>',-1,-1,-1,-1,-1,-1
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)