[
https://issues.apache.org/jira/browse/IMPALA-15095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Quanlong Huang resolved IMPALA-15095.
-------------------------------------
Fix Version/s: Impala 5.0.0
Resolution: Fixed
> 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
> Priority: Major
> Fix For: Impala 5.0.0
>
>
> 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)