You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/02/26 00:09:06 UTC

[GitHub] [hive] jcamachor commented on a change in pull request #915: HIVE-22893 StatEstimate

jcamachor commented on a change in pull request #915: HIVE-22893 StatEstimate
URL: https://github.com/apache/hive/pull/915#discussion_r384197923
 
 

 ##########
 File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
 ##########
 @@ -2519,6 +2519,9 @@ private static void populateLlapDaemonVarsSet(Set<String> llapDaemonVarsSetLocal
                     "higher compute cost. (NDV means the number of distinct values.). It only affects the FM-Sketch \n" +
                     "(not the HLL algorithm which is the default), where it computes the number of necessary\n" +
                     " bitvectors to achieve the accuracy."),
+    HIVE_STATS_USE_UDF_ESTIMATORS("hive.stats.use.statestimators", true,
+        "Statestimators are able to provide more accurate column statistic infos for UDF results."),
 
 Review comment:
   Statestimators -> Estimators

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org