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

queries don't terminate

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.4.0
    • Execution - Flow
    • None

    Description

      Datasources: TPCH (10MB), three-way split parquet files
      git.commit.id.abbrev=2fad21d
      git.commit.id=2fad21d5a6ec43bb68fb989e48b6da180f23f73a

      select o.O_TOTALPRICE, c.C_NAME
      from orders o, customer c
      where o.C_CUSTKEY = c.C_CUSTKEY and o.O_TOTALPRICE > 400000.00
      order by o.O_TOTALPRICE

      Attachments

        Activity

          People

            Unassigned Unassigned
            zhiyongliu Zhiyong Liu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: