You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/02/18 23:15:13 UTC

[jira] [Created] (DRILL-2268) Applying flatten after a join fails with IOBE

Rahul Challapalli created DRILL-2268:
----------------------------------------

             Summary: Applying flatten after a join  fails with IOBE
                 Key: DRILL-2268
                 URL: https://issues.apache.org/jira/browse/DRILL-2268
             Project: Apache Drill
          Issue Type: Bug
          Components: Functions - Drill
            Reporter: Rahul Challapalli
            Assignee: Jason Altekruse
            Priority: Critical


git.commit.id.abbrev=6676f2d

Data Set :
{code}
{
  "uid":1,
  "lst_lst" : [[1,2],[3,4]]
} 
{
  "uid":2,
  "lst_lst" : [[1,2],[3,4]]
}
{code}

The below query fails :
{code}
select flatten(t1.lst_lst) from `temp.json` t1 inner join `temp.json` t2 on t1.uid=t2.uid;
Query failed: RemoteRpcException: Failure while running fragment., index: -4, length: 4 (expected: range(0, 16384)) [ e32cd0c6-a84a-4bbb-9812-bc0f7de17a68 on qa-node190.qa.lab:31010 ]
[ e32cd0c6-a84a-4bbb-9812-bc0f7de17a68 on qa-node190.qa.lab:31010 ]
{code}

Let me know if you have any questions



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)