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

Disable Implicit Cross Join with Condition on the same table (e.g., select ... from a, b where a._1 = a._2)

    XMLWordPrintableJSON

Details

    Description

      Although explicit cross join is temporarily disabled,
      we can attain the identical purpose by

      select *
      from cp.`tpch/nation.parquet` a,
      cp.`tpch/region.parquet` b
      where a.... = a....;

      Attachments

        Issue Links

          Activity

            People

              seanhychu Sean Hsuan-Yi Chu
              seanhychu Sean Hsuan-Yi Chu
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: