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

Tpch query 3 over text data (SF 0.01) fails with a verification issue

    XMLWordPrintableJSON

Details

    Description

      git.commit.id.abbrev=caa8b78

      select
      l.l_orderkey,
      sum(l.l_extendedprice * (1 - l.l_discount)) as revenue,
      o.o_orderdate,
      o.o_shippriority
      from
      customer c,
      orders o,
      lineitem l
      where
      c.c_mktsegment = 'HOUSEHOLD'
      and c.c_custkey = o.o_custkey
      and l.l_orderkey = o.o_orderkey
      and o.o_orderdate < date '1995-03-25'
      and l.l_shipdate > date '1995-03-25'
      group by
      l.l_orderkey,
      o.o_orderdate,
      o.o_shippriority
      order by
      revenue desc,
      o.o_orderdate
      limit 10

      I attached the expected and actual files

      Attachments

        1. expected.tsv
          0.4 kB
          Rahul Kumar Challapalli
        2. actual.tsv
          0.3 kB
          Rahul Kumar Challapalli

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: