You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2015/04/02 23:43:52 UTC

[jira] [Assigned] (HIVE-10204) vectorMode flags in BaseWork and AbstractOperatorDesc are duplicated

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

Sergey Shelukhin reassigned HIVE-10204:
---------------------------------------

    Assignee: Sergey Shelukhin  (was: Matt McCline)

> vectorMode flags in BaseWork and AbstractOperatorDesc are duplicated
> --------------------------------------------------------------------
>
>                 Key: HIVE-10204
>                 URL: https://issues.apache.org/jira/browse/HIVE-10204
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>         Attachments: HIVE-10204.patch
>
>
> {noformat}
> public class AbstractOperatorDesc implements OperatorDesc {
>   protected boolean vectorMode = false;
> ...
> public abstract class BaseWork extends *AbstractOperatorDesc* {
> ...
>   protected boolean vectorMode = false;
> {noformat}
> It started breaking vectorization explain on LLAP branch; in other cases, I don't know how these flags happen to both be set at some point, probably by magic.



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