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

Sergey Shelukhin commented on HIVE-4888:
----------------------------------------

There doesn't appear to be any equivalent of Long.parse in DN/JDO. Casts are 
not it. 
I am playing with writing a DN SQLMethod plugin, but it would only work if DN 
is backed by SQL store as far as I see. I will file DN jira. HIVE-4051 makes 
pushdown work for SQL, so I might end up doing HIVE-4914 instead and having 
server decide to do pushdown to SQL or no pushdown for JDOQL for those. Depends 
on how seamless the plugin would be.
                
> 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
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to