Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
ghx-label-4
Description
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;