diff --git common/src/java/org/apache/hadoop/hive/conf/HiveConf.java common/src/java/org/apache/hadoop/hive/conf/HiveConf.java index a18a6d7ec2..d796a1b979 100644 --- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java +++ common/src/java/org/apache/hadoop/hive/conf/HiveConf.java @@ -3923,7 +3923,7 @@ private static void populateLlapDaemonVarsSet(Set llapDaemonVarsSetLocal "The default value is true."), HIVE_VECTORIZATION_GROUPBY_COMPLEX_TYPES_ENABLED("hive.vectorized.groupby.complex.types.enabled", true, "This flag should be set to true to enable group by vectorization\n" + - "of aggregations that use complex types.\n", + "of aggregations that use complex types.\n" + "For example, AVG uses a complex type (STRUCT) for partial aggregation results" + "The default value is true."), HIVE_VECTORIZATION_ROW_IDENTIFIER_ENABLED("hive.vectorized.row.identifier.enabled", true,