You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gunther Hagleitner (JIRA)" <ji...@apache.org> on 2014/09/18 08:46:33 UTC

[jira] [Updated] (HIVE-8179) Fetch task conversion: Remove some dependencies on AST

     [ https://issues.apache.org/jira/browse/HIVE-8179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gunther Hagleitner updated HIVE-8179:
-------------------------------------
    Attachment: HIVE-8179.1.patch

> Fetch task conversion: Remove some dependencies on AST
> ------------------------------------------------------
>
>                 Key: HIVE-8179
>                 URL: https://issues.apache.org/jira/browse/HIVE-8179
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Gunther Hagleitner
>            Assignee: Gunther Hagleitner
>         Attachments: HIVE-8179.1.patch
>
>
> fetch task conversion is does some strange things:
> For instance: select * from (select * from x) t, wont get converted even though it's the exact same operator plan as: select * from x.
> Or: select * from foo will get converted with minimal, but select <list all columns of foo> from foo won't.
> We also check the AST for group by etc, but then do the same thing in the operator tree again.
> I'm also wondering why we ship with "moar" as default, but test with "minimal" in the unit tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)