Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-3004

Failure in planning join when disabling hash join and exchanges

    XMLWordPrintableJSON

Details

    Description

      ALTER SESSION SET `planner.enable_hashjoin` = false";
      
      ALTER SESSION SET `planner.disable_exchanges` = true";
      
      SELECT
        nations.N_NAME,
      regions.R_NAME
      FROM
      cp.`tpch/nation.parquet` nations
      JOIN
      cp.`tpch/region.parquet` regions
      on nations.N_REGIONKEY = regions.R_REGIONKEY where 1 = 0
      

      Attachments

        Activity

          People

            jni Jinfeng Ni
            jnadeau Jacques Nadeau
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: