You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashish Thusoo (JIRA)" <ji...@apache.org> on 2009/01/06 02:17:44 UTC

[jira] Updated: (HIVE-206) partition pruning check fails for uppercase table names

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

Ashish Thusoo updated HIVE-206:
-------------------------------

    Attachment: patch-206.txt

patch attached.

The test case has also been modified to reflect this bug.

> partition pruning check fails for uppercase table names
> -------------------------------------------------------
>
>                 Key: HIVE-206
>                 URL: https://issues.apache.org/jira/browse/HIVE-206
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Zheng Shao
>            Assignee: Ashish Thusoo
>         Attachments: patch-206.txt
>
>
> The failed query is like:
> SELECT "a" from table_TAG where table_TAG.ds = '2008-12-31'
> The error message is:
> FAILED: Error in semantic analysis: line 1:227 No Partition Predicate Found "2008-12-31":  for Alias table_tag Table table_tag

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