[ 
https://issues.apache.org/jira/browse/IMPALA-11857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kurt Deschler resolved IMPALA-11857.
------------------------------------
    Resolution: Fixed

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

Reply via email to