You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/05/05 15:37:05 UTC

[jira] [Updated] (DRILL-1437) HBase join queries fail with NullPointerException

     [ https://issues.apache.org/jira/browse/DRILL-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Nadeau updated DRILL-1437:
----------------------------------
    Fix Version/s:     (was: 1.0.0)
                   1.2.0

> HBase join queries fail with NullPointerException
> -------------------------------------------------
>
>                 Key: DRILL-1437
>                 URL: https://issues.apache.org/jira/browse/DRILL-1437
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - HBase
>            Reporter: Krystal
>            Assignee: Aditya Kishore
>             Fix For: 1.2.0
>
>
> git.commit.id.abbrev=f8d38b6
> The following query failed:
> 0: jdbc:drill:schema=M7>  select cast(m7student.onecf.name as varchar(35)) name, cast(m7student.twocf.age as integer) age, cast(m7student.threecf.gpa as decimal(4,2)) gpa, cast(m7voter.twocf.registration as varchar(20)) registration from m7student join m7voter on (m7student.onecf.name = m7voter.onecf.name) where cast(m7student.twocf.age as integer) > 70;
> Query failed: Failure while running fragment. null [6843f1da-e9a1-43da-aa39-807447169c60]



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