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