Sergey Shelukhin created HIVE-10204: ---------------------------------------
Summary: 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; {noformat} 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)