You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "ashok Kumar (JIRA)" <ji...@apache.org> on 2013/11/21 11:34:35 UTC

[jira] [Created] (HIVE-5864) Hive Table filter Not working (ERROR:SemanticException MetaException)

ashok Kumar created HIVE-5864:
---------------------------------

             Summary: Hive Table filter Not working (ERROR:SemanticException MetaException)
                 Key: HIVE-5864
                 URL: https://issues.apache.org/jira/browse/HIVE-5864
             Project: Hive
          Issue Type: Bug
          Components: CLI
    Affects Versions: 0.12.0
            Reporter: ashok Kumar
             Fix For: 0.12.0


hive -e "select * from xxxx where year=2013 and month=11 and day=05 and hour=22"
Logging initialized using configuration in jar:file:/usr/lib/hive/lib/hive-common-0.12.0.jar!/hive-log4j.properties
FAILED: SemanticException MetaException(message:Filtering is supported only on partition keys of type string)

and I able to execute the  hive -e "select * from xxxx  limit 3"

I'm upgraded the Hive from 0.10 to 0.12 and it works in Hive 0.10 . 



--
This message was sent by Atlassian JIRA
(v6.1#6144)