[
https://issues.apache.org/jira/browse/HIVE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prasad Chakka updated HIVE-532:
-------------------------------
Status: Patch Available (was: Open)
> predicate clause with limit should not be pushed down.
> ------------------------------------------------------
>
> Key: HIVE-532
> URL: https://issues.apache.org/jira/browse/HIVE-532
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 0.4.0
> Reporter: Prasad Chakka
> Assignee: Prasad Chakka
> Fix For: 0.4.0
>
> Attachments: hive-532.patch
>
>
> in queries like below , 'v.c2 > 20' shouldn't be pushed up.
> select * from (select * from t where t.c > 20 limit 20) v where v.c2 > 20
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.