Quanlong Huang created IMPALA-15095:
---------------------------------------
Summary: RuntimeFilter parsing in plan-graph.py is broken due to a
new field was added
Key: IMPALA-15095
URL: https://issues.apache.org/jira/browse/IMPALA-15095
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Reporter: Quanlong Huang
Assignee: Quanlong Huang
IMPALA-14796 adds a new column in the "Final filter table" in query profile.
bin/diagnostics/experimental/plan-graph.py should be updated accordingly.
{code:python}
FilterTable = namedtuple('FilterTable',
['id', 'src', 'targets', 'target_types', 'is_part_filter', 'pending',
'first_arrived', 'completed', 'enabled', 'bloom_size', 'est_fpp',
'min_val',
'max_val', 'in_list']){code}
https://github.com/apache/impala/blob/8f6fdc0f3910503556fc088cc4ef306ac5e96009/bin/diagnostics/experimental/plan-graph.py#L56-L59
--
This message was sent by Atlassian Jira
(v8.20.10#820010)