You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Venky Iyer (JIRA)" <ji...@apache.org> on 2009/02/09 20:40:59 UTC

[jira] Created: (HIVE-283) partition pruning not happening for uppercase table aliases

partition pruning not happening for uppercase table aliases
-----------------------------------------------------------

                 Key: HIVE-283
                 URL: https://issues.apache.org/jira/browse/HIVE-283
             Project: Hadoop Hive
          Issue Type: Bug
            Reporter: Venky Iyer




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


[jira] Updated: (HIVE-283) partition pruning not happening for uppercase table aliases

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

Ashish Thusoo updated HIVE-283:
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.2.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

committed.

> partition pruning not happening for uppercase table aliases
> -----------------------------------------------------------
>
>                 Key: HIVE-283
>                 URL: https://issues.apache.org/jira/browse/HIVE-283
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.2.0
>            Reporter: Venky Iyer
>            Assignee: Ashish Thusoo
>             Fix For: 0.2.0
>
>         Attachments: patch-283.txt
>
>
> With upper case aliases partition pruning breaks.

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


[jira] Updated: (HIVE-283) partition pruning not happening for uppercase table aliases

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

Ashish Thusoo updated HIVE-283:
-------------------------------

    Attachment: patch-283.txt

One line fix. We were not using equalsIgnoreCase in PartitionPruner.

> partition pruning not happening for uppercase table aliases
> -----------------------------------------------------------
>
>                 Key: HIVE-283
>                 URL: https://issues.apache.org/jira/browse/HIVE-283
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.2.0
>            Reporter: Venky Iyer
>            Assignee: Ashish Thusoo
>         Attachments: patch-283.txt
>
>
> With upper case aliases partition pruning breaks.

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


[jira] Updated: (HIVE-283) partition pruning not happening for uppercase table aliases

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

Ashish Thusoo updated HIVE-283:
-------------------------------

          Component/s: Query Processor
          Description: With upper case aliases partition pruning breaks.
    Affects Version/s: 0.2.0

setting information.

> partition pruning not happening for uppercase table aliases
> -----------------------------------------------------------
>
>                 Key: HIVE-283
>                 URL: https://issues.apache.org/jira/browse/HIVE-283
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.2.0
>            Reporter: Venky Iyer
>            Assignee: Ashish Thusoo
>
> With upper case aliases partition pruning breaks.

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


[jira] Updated: (HIVE-283) partition pruning not happening for uppercase table aliases

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

Carl Steinbach updated HIVE-283:
--------------------------------

        Fix Version/s: 0.3.0
                           (was: 0.6.0)
    Affects Version/s:     (was: 0.6.0)

> partition pruning not happening for uppercase table aliases
> -----------------------------------------------------------
>
>                 Key: HIVE-283
>                 URL: https://issues.apache.org/jira/browse/HIVE-283
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Venky Iyer
>            Assignee: Ashish Thusoo
>             Fix For: 0.3.0
>
>         Attachments: patch-283.txt
>
>
> With upper case aliases partition pruning breaks.

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


[jira] Assigned: (HIVE-283) partition pruning not happening for uppercase table aliases

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

Ashish Thusoo reassigned HIVE-283:
----------------------------------

    Assignee: Ashish Thusoo

> partition pruning not happening for uppercase table aliases
> -----------------------------------------------------------
>
>                 Key: HIVE-283
>                 URL: https://issues.apache.org/jira/browse/HIVE-283
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Venky Iyer
>            Assignee: Ashish Thusoo
>


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


[jira] Updated: (HIVE-283) partition pruning not happening for uppercase table aliases

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

Ashish Thusoo updated HIVE-283:
-------------------------------

    Status: Patch Available  (was: Open)

submitted.

> partition pruning not happening for uppercase table aliases
> -----------------------------------------------------------
>
>                 Key: HIVE-283
>                 URL: https://issues.apache.org/jira/browse/HIVE-283
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.2.0
>            Reporter: Venky Iyer
>            Assignee: Ashish Thusoo
>         Attachments: patch-283.txt
>
>
> With upper case aliases partition pruning breaks.

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


[jira] Commented: (HIVE-283) partition pruning not happening for uppercase table aliases

Posted by "Prasad Chakka (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672134#action_12672134 ] 

Prasad Chakka commented on HIVE-283:
------------------------------------

+1

> partition pruning not happening for uppercase table aliases
> -----------------------------------------------------------
>
>                 Key: HIVE-283
>                 URL: https://issues.apache.org/jira/browse/HIVE-283
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.2.0
>            Reporter: Venky Iyer
>            Assignee: Ashish Thusoo
>         Attachments: patch-283.txt
>
>
> With upper case aliases partition pruning breaks.

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