You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2013/11/07 04:47:17 UTC

[jira] [Updated] (HIVE-5767) in SemanticAnalyzer#doPhase1, handling for TOK_UNION falls thru into TOK_INSERT

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

Sergey Shelukhin updated HIVE-5767:
-----------------------------------

    Attachment: HIVE-5767.patch

trivial patch. Moved the only meaningful part of TOK_INSERT that executed there. Also INSERT_INTO falls thru into DESTINATION, not sure if that is intended/haven't tested yet.

> in SemanticAnalyzer#doPhase1, handling for TOK_UNION falls thru into TOK_INSERT
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-5767
>                 URL: https://issues.apache.org/jira/browse/HIVE-5767
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>            Priority: Trivial
>         Attachments: HIVE-5767.patch
>
>
> I don't think it's intended. INSERT path consists of a big if statement which prevents most of the code from executing for union case.



--
This message was sent by Atlassian JIRA
(v6.1#6144)