Joe McDonnell created IMPALA-13539:
--------------------------------------

             Summary: TestCalcitePlanner.test_calcite_frontend fails on 
non-HDFS test jobs
                 Key: IMPALA-13539
                 URL: https://issues.apache.org/jira/browse/IMPALA-13539
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 4.5.0
            Reporter: Joe McDonnell
            Assignee: Joe McDonnell


On S3 and other non-HDFS jobs, TestCalcitePlanner.test_calcite_frontend fails 
with this:
{noformat}
custom_cluster/test_calcite_planner.py:40: in test_calcite_frontend
    self.run_test_case('QueryTest/calcite', vector, use_db=unique_database)
common/impala_test_suite.py:849: in run_test_case
    self.__verify_results_and_errors(vector, test_section, result, use_db)
common/impala_test_suite.py:656: in __verify_results_and_errors
    replace_filenames_with_placeholder)
common/test_result_verifier.py:520: in verify_raw_results
    VERIFIER_MAP[verifier](expected, actual)
common/test_result_verifier.py:290: in verify_query_result_is_subset
    unicode(expected_row), unicode(actual_results))
E   AssertionError: Could not find expected row row_regex:.*00:SCAN HDFS.* in 
actual rows:
E   '   S3 partitions=4/4 files=4 size=460B'
E   '   row-size=89B cardinality=8'
E   '00:SCAN S3 [functional.alltypestiny]'
E   '01:EXCHANGE [UNPARTITIONED]'
E   'PLAN-ROOT SINK'
E   '|'
E   '|'{noformat}
It is looking for SCAN HDFS, but non-HDFS filesystems will have a different 
message. We should change what it expects.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to