[
https://issues.apache.org/jira/browse/DRILL-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jinfeng Ni reassigned DRILL-2268:
---------------------------------
Assignee: Jinfeng Ni (was: Jason Altekruse)
> 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: Jinfeng Ni
> 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)