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

join query fails with split file tables

    XMLWordPrintableJSON

Details

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

    Description

      Split parquet files for part and partsupp into three separate files.

      0: jdbc:drill:schema=dfs.TpcHMulti> select p.p_partkey
      . . . . . . . . . . . . . . . . . > from part p, partsupp ps
      . . . . . . . . . . . . . . . . . > where p.p_partkey = ps.ps_partkey
      . . . . . . . . . . . . . . . . . > and p.p_size = 41
      . . . . . . . . . . . . . . . . . > order by p.p_partkey
      . . . . . . . . . . . . . . . . . > limit 20;
      Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "2c3ee611-9eaa-49a1-8d9e-9c6ce14672f7"
      endpoint {
      address: "perfnode104.perf.lab"
      user_port: 31010
      control_port: 31011
      data_port: 31012
      }
      error_type: 0
      message: "Failure while running fragment. < ArrayIndexOutOfBoundsException:[ 29301 ]"
      ]
      Error: exception while executing query (state=,code=0)

      Note that both of the following query executed:

      select p_partkey from part;
      select ps_partkey from partsupp;

      git.commit.id=63b0346761692f0a4c851e7910791c028dc3cded

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: