Zoltán Borók-Nagy created IMPALA-14986:
------------------------------------------
Summary: test_cancelled_nodes_in_exec_summary fails on non-HDFS
storage systems
Key: IMPALA-14986
URL: https://issues.apache.org/jira/browse/IMPALA-14986
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
Assignee: Zoltán Borók-Nagy
test_cancelled_nodes_in_exec_summary fails on non-HDFS storage systems due to
hard-coded HDFS:
{noformat}
assert result.exec_summary[8]['operator'] == '03:SCAN HDFS',
result.runtime_profile
{noformat}
https://github.com/apache/impala/blob/1381810b3c87c5c44b2d44ae1d9f9ae96053711f/tests/query_test/test_observability.py#L213
--
This message was sent by Atlassian Jira
(v8.20.10#820010)