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

[jira] [Created] (DRILL-2278) Select * after a join on a large data set results in an NPE

Rahul Challapalli created DRILL-2278:
----------------------------------------

             Summary: Select * after a join on a large data set results in an NPE
                 Key: DRILL-2278
                 URL: https://issues.apache.org/jira/browse/DRILL-2278
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Relational Operators
            Reporter: Rahul Challapalli
            Assignee: Chris Westin


git.commit.id.abbrev=6676f2d

I attached the data set which only contains 2 records. The below query works fine on this data. However if we just copy over the same 2 records 50000 times, the same query fails with an NPE.

{code}
select * from `data.json` t1 inner join `data.json` t2 on t1.uid=t2.uid;
Query failed: RemoteRpcException: Failure while running fragment.[ 1cec8b9a-5c04-44d8-b1a4-bcf3a0fadcbc on qa-node190.qa.lab:31010 ]
[ 1cec8b9a-5c04-44d8-b1a4-bcf3a0fadcbc on qa-node190.qa.lab:31010 ]
{code}

Projecting a specific column works as expected. 




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