[
https://issues.apache.org/jira/browse/HIVE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715775#action_12715775
]
Namit Jain commented on HIVE-532:
---------------------------------
+1 looks good
will merge if the tests pass
> 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.