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/23 22:54:00 UTC

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

Kurt Deschler created IMPALA-11857:
--------------------------------------

             Summary: 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


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