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 2009/06/02 07:26:07 UTC

[jira] Created: (HIVE-531) Map Join followup: handling of null inputs

Map Join followup: handling of null inputs
------------------------------------------

                 Key: HIVE-531
                 URL: https://issues.apache.org/jira/browse/HIVE-531
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
    Affects Versions: 0.4.0
            Reporter: Namit Jain
            Assignee: Namit Jain


Currently, we rely on denied partitions to get partition data. If a partitioned table does not have any partition, it will fail.
Therefore, get the partition metadata from the table object in that case.

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


[jira] Commented: (HIVE-531) Map Join followup: handling of null inputs

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795471#action_12795471 ] 

Namit Jain commented on HIVE-531:
---------------------------------

fixed as part of https://issues.apache.org/jira/browse/HIVE-1000


> Map Join followup: handling of null inputs
> ------------------------------------------
>
>                 Key: HIVE-531
>                 URL: https://issues.apache.org/jira/browse/HIVE-531
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.4.0
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.5.0
>
>
> Currently, we rely on denied partitions to get partition data. If a partitioned table does not have any partition, it will fail.
> Therefore, get the partition metadata from the table object in that case.

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


[jira] Resolved: (HIVE-531) Map Join followup: handling of null inputs

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

Namit Jain resolved HIVE-531.
-----------------------------

       Resolution: Duplicate
    Fix Version/s: 0.5.0
     Hadoop Flags: [Reviewed]

> Map Join followup: handling of null inputs
> ------------------------------------------
>
>                 Key: HIVE-531
>                 URL: https://issues.apache.org/jira/browse/HIVE-531
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.4.0
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.5.0
>
>
> Currently, we rely on denied partitions to get partition data. If a partitioned table does not have any partition, it will fail.
> Therefore, get the partition metadata from the table object in that case.

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