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

Tpch query 18 on top of text files fails with IOBException

    XMLWordPrintableJSON

Details

    Description

      git.commit.id.abbrev=caa8b78

      select
      c.c_name,
      c.c_custkey,
      o.o_orderkey,
      o.o_orderdate,
      o.o_totalprice,
      sum(l.l_quantity)
      from
      customer c,
      orders o,
      lineitem l
      where
      o.o_orderkey in (
      select
      l_orderkey
      from
      lineitem
      group by
      l_orderkey having
      sum(l_quantity) > 300
      )
      and c.c_custkey = o.o_custkey
      and o.o_orderkey = l.l_orderkey
      group by
      c.c_name,
      c.c_custkey,
      o.o_orderkey,
      o.o_orderdate,
      o.o_totalprice
      order by
      o.o_totalprice desc,
      o.o_orderdate
      limit 100

      I attached the error logs and the sql used to create the views. Let me know if you need anything else

      Attachments

        1. DRILL-1207.patch
          2 kB
          Mehant Baid
        2. views.txt
          2 kB
          Rahul Kumar Challapalli
        3. error.log
          15 kB
          Rahul Kumar Challapalli
        4. views.txt
          2 kB
          Rahul Kumar Challapalli

        Activity

          People

            Unassigned Unassigned
            rkins Rahul Kumar Challapalli
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: