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 "Kurt Deschler (Jira)" <ji...@apache.org> on 2023/01/27 17:49:00 UTC

[jira] [Resolved] (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: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)

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