diff --git a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java index d31d5a0e94..53f49fe85f 100644 --- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java +++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java @@ -1766,7 +1766,7 @@ private static void populateLlapDaemonVarsSet(Set llapDaemonVarsSetLocal "and will estimate the number of rows from row schema."), // statistics annotation fetches column statistics for all required columns which can // be very expensive sometimes - HIVE_STATS_FETCH_COLUMN_STATS("hive.stats.fetch.column.stats", false, + HIVE_STATS_FETCH_COLUMN_STATS("hive.stats.fetch.column.stats", true, "Annotation of operator tree with statistics information requires column statistics.\n" + "Column statistics are fetched from metastore. Fetching column statistics for each needed column\n" + "can be expensive when the number of columns is high. This flag can be used to disable fetching\n" +