You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2008/09/10 07:41:44 UTC

[jira] Created: (HADOOP-4146) [Hive] null pointer exception on a join

[Hive] null pointer exception on a join
---------------------------------------

                 Key: HADOOP-4146
                 URL: https://issues.apache.org/jira/browse/HADOOP-4146
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/hive
            Reporter: Namit Jain
            Assignee: Namit Jain


create table xx(aa int);
select a.* from xx a join xx b on a.aa = b.aa;


gets a nullpointer exception in join operator. close()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-4146) [Hive] null pointer exception on a join

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo resolved HADOOP-4146.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.1

Fixed as part of JIRA-4230

> [Hive] null pointer exception on a join
> ---------------------------------------
>
>                 Key: HADOOP-4146
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4146
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.19.1
>
>         Attachments: HADOOP-4138-0.txt
>
>
> create table xx(aa int);
> select a.* from xx a join xx b on a.aa = b.aa;
> gets a nullpointer exception in join operator. close()
> The testcase works fine when it is issued from the command line - but it fails from ant

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4146) [Hive] null pointer exception on a join

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao updated HADOOP-4146:
-------------------------------

    Attachment: HADOOP-4138-0.txt

This is the patch intended for check-in.
I've done with the changes of hive/metastore and hive/ql. But that is going through code review right now and will come in a separate jira issue.



> [Hive] null pointer exception on a join
> ---------------------------------------
>
>                 Key: HADOOP-4146
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4146
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: HADOOP-4138-0.txt
>
>
> create table xx(aa int);
> select a.* from xx a join xx b on a.aa = b.aa;
> gets a nullpointer exception in join operator. close()
> The testcase works fine when it is issued from the command line - but it fails from ant

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4146) [Hive] null pointer exception on a join

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HADOOP-4146:
-------------------------------

    Fix Version/s:     (was: 0.19.1)
                   0.19.0

> [Hive] null pointer exception on a join
> ---------------------------------------
>
>                 Key: HADOOP-4146
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4146
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4138-0.txt
>
>
> create table xx(aa int);
> select a.* from xx a join xx b on a.aa = b.aa;
> gets a nullpointer exception in join operator. close()
> The testcase works fine when it is issued from the command line - but it fails from ant

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4146) [Hive] null pointer exception on a join

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HADOOP-4146:
-------------------------------

    Description: 
create table xx(aa int);
select a.* from xx a join xx b on a.aa = b.aa;


gets a nullpointer exception in join operator. close()

The testcase works fine when it is issued from the command line - but it fails from ant

  was:
create table xx(aa int);
select a.* from xx a join xx b on a.aa = b.aa;


gets a nullpointer exception in join operator. close()


> [Hive] null pointer exception on a join
> ---------------------------------------
>
>                 Key: HADOOP-4146
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4146
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>
> create table xx(aa int);
> select a.* from xx a join xx b on a.aa = b.aa;
> gets a nullpointer exception in join operator. close()
> The testcase works fine when it is issued from the command line - but it fails from ant

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.