You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2010/01/08 20:53:54 UTC

[jira] Created: (HIVE-1038) mapjoin dies if the join prunes all the columns

mapjoin dies if the join prunes all the columns 
------------------------------------------------

                 Key: HIVE-1038
                 URL: https://issues.apache.org/jira/browse/HIVE-1038
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Namit Jain
            Assignee: Namit Jain
            Priority: Blocker
             Fix For: 0.5.0



The query:

select /*+ mapjoin(a) */ count(1) from src a join src b on a.key = b.key


dies.

It is a blocker for 0.5

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


[jira] Updated: (HIVE-1038) mapjoin dies if the join prunes all the columns

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

He Yongqiang updated HIVE-1038:
-------------------------------

      Resolution: Fixed
    Release Note: mapjoin dies if the join prunes all the columns 
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

I just committed. Thanks Namit!

> mapjoin dies if the join prunes all the columns 
> ------------------------------------------------
>
>                 Key: HIVE-1038
>                 URL: https://issues.apache.org/jira/browse/HIVE-1038
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>            Priority: Blocker
>             Fix For: 0.5.0
>
>         Attachments: hive.1038.1.patch
>
>
> The query:
> select /*+ mapjoin(a) */ count(1) from src a join src b on a.key = b.key
> dies.
> It is a blocker for 0.5

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


[jira] Updated: (HIVE-1038) mapjoin dies if the join prunes all the columns

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

Namit Jain updated HIVE-1038:
-----------------------------

    Attachment: hive.1038.1.patch

> mapjoin dies if the join prunes all the columns 
> ------------------------------------------------
>
>                 Key: HIVE-1038
>                 URL: https://issues.apache.org/jira/browse/HIVE-1038
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>            Priority: Blocker
>             Fix For: 0.5.0
>
>         Attachments: hive.1038.1.patch
>
>
> The query:
> select /*+ mapjoin(a) */ count(1) from src a join src b on a.key = b.key
> dies.
> It is a blocker for 0.5

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


[jira] Updated: (HIVE-1038) mapjoin dies if the join prunes all the columns

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

Namit Jain updated HIVE-1038:
-----------------------------

    Status: Patch Available  (was: Open)

> mapjoin dies if the join prunes all the columns 
> ------------------------------------------------
>
>                 Key: HIVE-1038
>                 URL: https://issues.apache.org/jira/browse/HIVE-1038
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>            Priority: Blocker
>             Fix For: 0.5.0
>
>         Attachments: hive.1038.1.patch
>
>
> The query:
> select /*+ mapjoin(a) */ count(1) from src a join src b on a.key = b.key
> dies.
> It is a blocker for 0.5

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


[jira] Commented: (HIVE-1038) mapjoin dies if the join prunes all the columns

Posted by "He Yongqiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798169#action_12798169 ] 

He Yongqiang commented on HIVE-1038:
------------------------------------

+1. Will commit if test pass.

> mapjoin dies if the join prunes all the columns 
> ------------------------------------------------
>
>                 Key: HIVE-1038
>                 URL: https://issues.apache.org/jira/browse/HIVE-1038
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>            Priority: Blocker
>             Fix For: 0.5.0
>
>         Attachments: hive.1038.1.patch
>
>
> The query:
> select /*+ mapjoin(a) */ count(1) from src a join src b on a.key = b.key
> dies.
> It is a blocker for 0.5

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