lkl created HIVE-25972: -------------------------- Summary: HIVE_VECTORIZATION_USE_ROW_DESERIALIZE in hiveconf.java imply default value is false,in fact the default value is 'true' Key: HIVE-25972 URL: https://issues.apache.org/jira/browse/HIVE-25972 Project: Hive Issue Type: Improvement Components: Hive Affects Versions: 3.1.2 Reporter: lkl
HIVE_VECTORIZATION_USE_ROW_DESERIALIZE in hiveconf.java imply default value is false,in fact the default value is 'true'。 the code is {code:java} HIVE_VECTORIZATION_USE_ROW_DESERIALIZE("hive.vectorized.use.row.serde.deserialize", true, "This flag should be set to true to enable vectorizing using row deserialize.\n" + "The default value is false."), {code} -- This message was sent by Atlassian Jira (v8.20.1#820001)