Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-10204

vectorMode flags in BaseWork and AbstractOperatorDesc are duplicated

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      public class AbstractOperatorDesc implements OperatorDesc {
      
        protected boolean vectorMode = false;
      ...
      public abstract class BaseWork extends *AbstractOperatorDesc* {
      ...
        protected boolean vectorMode = false;
      

      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.

      Attachments

        1. HIVE-10204.patch
          0.5 kB
          Sergey Shelukhin

        Activity

          People

            sershe Sergey Shelukhin
            sershe Sergey Shelukhin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: