[ 
https://issues.apache.org/jira/browse/IMPALA-15095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18089180#comment-18089180
 ] 

ASF subversion and git services commented on IMPALA-15095:
----------------------------------------------------------

Commit effcbae94bb84abd20da7ec5742a5811b24f170c in impala's branch 
refs/heads/master from stiga-huang
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=effcbae94 ]

IMPALA-15095: Fix FilterTable in plan-graph.py missing a new column

IMPALA-14796 adds a new column, "Eff. Tgt. Node(s)", in the "Final
filter table" of the query profile. plan-graph.py should also be updated
to handle the new column.

This fixes the issue and adds a test to avoid future profile changes
break plan-graph.py.

Assisted-by: Composer 2.5
Change-Id: Ibe187bc209d2d4c64d2eb09c8aaa45d9f0370e45
Reviewed-on: http://gerrit.cloudera.org:8080/24450
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> 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
>
> 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)

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

Reply via email to