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

File based query exception - [ Couldn\'t add value to an empty batch]

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.4.0
    • None
    • None

    Description

      Executing the following query and running into an exception. This error can be reproduced with TPCH parquet data.I am able to run few other queries with aggregates/sort on the file system storage engine, but this specific one fails.

      select
      o.o_orderkey as key, sum(o.o_totalprice) as ordertotal
      from
      dfs.`/home/mapr/tpch/sf-0.1_tpc-h_DataParquet/orders.parquet` o
      group by
      o.o_orderkey
      order by ordertotal desc
      limit 10;

      message: "Screen received stop request sent. < Exception:[ Couldn\'t add value to an empty batch. This likely means that a single value is too long for a varlen field. ]”

      Attachments

        Activity

          People

            Unassigned Unassigned
            Neeraja Neeraja
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: