asolimando commented on code in PR #3137:
URL: https://github.com/apache/hive/pull/3137#discussion_r1045904581


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -2824,6 +2824,12 @@ public static enum ConfVars {
                     "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_KLL_K("hive.stats.kll.k", 200,

Review Comment:
   Changed to `hive.stats.kll.k.param`



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to