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

Gopal V commented on HIVE-10204:
--------------------------------

Wasn't this fixed already with https://issues.apache.org/jira/browse/HIVE-10136?

> 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)

Reply via email to