[ 
https://issues.apache.org/jira/browse/HIVE-4888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13787164#comment-13787164
 ] 

Hudson commented on HIVE-4888:
------------------------------

FAILURE: Integrated in Hive-trunk-hadoop2 #480 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/480/])
HIVE-4888 : listPartitionsByFilter doesn't support lt/gt/lte/gte (Sergey 
Shelukhin via Ashutosh Chauhan) (hashutosh: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1529423)
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/parser/ExpressionTree.java
* 
/hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestHiveMetaStore.java
* 
/hive/trunk/ql/src/test/org/apache/hadoop/hive/metastore/TestMetastoreExpr.java
* /hive/trunk/ql/src/test/queries/clientpositive/filter_numeric.q
* /hive/trunk/ql/src/test/results/clientpositive/filter_numeric.q.out
* /hive/trunk/serde/if/serde.thrift
* /hive/trunk/serde/src/gen/thrift/gen-cpp/serde_constants.cpp
* /hive/trunk/serde/src/gen/thrift/gen-cpp/serde_constants.h
* 
/hive/trunk/serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/serdeConstants.java
* 
/hive/trunk/serde/src/gen/thrift/gen-php/org/apache/hadoop/hive/serde/Types.php
* 
/hive/trunk/serde/src/gen/thrift/gen-py/org_apache_hadoop_hive_serde/constants.py
* /hive/trunk/serde/src/gen/thrift/gen-rb/serde_constants.rb


> listPartitionsByFilter doesn't support lt/gt/lte/gte
> ----------------------------------------------------
>
>                 Key: HIVE-4888
>                 URL: https://issues.apache.org/jira/browse/HIVE-4888
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>             Fix For: 0.13.0
>
>         Attachments: D13101.1.patch, D13101.2.patch, D13101.3.patch, 
> D13101.4.patch, D13101.5.patch, D13101.6.patch, HIVE-4888.00.patch, 
> HIVE-4888.01.patch, HIVE-4888.04.patch, HIVE-4888.05.patch, 
> HIVE-4888.06.patch, HIVE-4888.on-top-of-4914.patch
>
>
> Filter pushdown could be improved. Based on my experiments there's no 
> reasonable way to do it with DN 2.0, due to DN bug in substring and 
> Collection.get(int) not being implemented.
> With version as low as 2.1 we can use values.get on partition to extract 
> values to compare to. Type compatibility is an issue, but is easy for strings 
> and integral values.



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

Reply via email to