diff --git ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java index 50805a1..1e99250 100644 --- ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java +++ ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java @@ -3668,7 +3668,7 @@ private static void resetUmaskInConf(Configuration conf, boolean unsetUmask, Str public static boolean isVectorMode(Configuration conf) { if (HiveConf.getBoolVar(conf, HiveConf.ConfVars.HIVE_VECTORIZATION_ENABLED) && Utilities.getPlanPath(conf) != null && Utilities - .getMapRedWork(conf).getMapWork().getVectorMode()) { + .getMapWork(conf).getVectorMode()) { return true; } return false; diff --git ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedRowBatchCtx.java ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedRowBatchCtx.java index 88ec2b2..dcdaf27 100644 --- ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedRowBatchCtx.java +++ ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedRowBatchCtx.java @@ -163,7 +163,7 @@ public void init(Configuration hiveConf, FileSplit split) throws ClassNotFoundEx HiveException { Map pathToPartitionInfo = Utilities - .getMapRedWork(hiveConf).getMapWork().getPathToPartitionInfo(); + .getMapWork(hiveConf).getPathToPartitionInfo(); PartitionDesc part = HiveFileFormatUtils .getPartitionDescFromPathRecursively(pathToPartitionInfo,