You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "He Yongqiang (JIRA)" <ji...@apache.org> on 2010/07/14 02:55:51 UTC

[jira] Commented: (HIVE-1056) Predicate push down does not work with UDTF's

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

He Yongqiang commented on HIVE-1056:
------------------------------------

running tests now.

> Predicate push down does not work with UDTF's
> ---------------------------------------------
>
>                 Key: HIVE-1056
>                 URL: https://issues.apache.org/jira/browse/HIVE-1056
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Paul Yang
>            Assignee: Paul Yang
>             Fix For: 0.7.0
>
>         Attachments: HIVE-1056.1.patch, HIVE-1056.2.patch, HIVE-1056.3.patch, HIVE-1056.4.patch
>
>
> Predicate push down does not work with UDTF's in lateral views
> {code}
> hive> SELECT * FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS k WHERE k=1;
> FAILED: Unknown exception: null
> hive>
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.