You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2023/01/25 00:10:00 UTC

[jira] [Commented] (IMPALA-11857) Join build fragments not displaying correctly in graphical plan

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

Joe McDonnell commented on IMPALA-11857:
----------------------------------------

FYI: Shant had look at this in the past in [http://issues.apache.org/jira/browse/IMPALA-9343]

There was this Gerrit review: [https://gerrit.cloudera.org/#/c/16588/]

The review fixes some of this, but it also made some changes to the profile which would end up requiring a lot of test fixups. 

> Join build fragments not displaying correctly in graphical plan
> ---------------------------------------------------------------
>
>                 Key: IMPALA-11857
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11857
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>            Reporter: Kurt Deschler
>            Assignee: Kurt Deschler
>            Priority: Minor
>
> Repro:
> Run a query with mt_dop enabled and look at the plan output in the web server. Join build fragments are not connected properly to the DAG.
> use tpch_parquet;
> set mt_dop = 10;
> select count(*) from part join partsupp on ps_partkey=p_partkey and ps_suppkey=10;



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org