Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-11857

Join build fragments not displaying correctly in graphical plan

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • Impala 4.1.2, Impala 4.3.0
    • Backend
    • None

    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;

      Attachments

        Activity

          People

            kdeschle Kurt Deschler
            kdeschle Kurt Deschler
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: