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:33:54 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14393478#comment-14393478 ] 

Sergey Shelukhin commented on HIVE-10204:
-----------------------------------------

[~mmccline] fyi

> 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: Matt McCline
>
> {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)