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 2021/01/21 17:13:20 UTC

[GitHub] [hive] abstractdog commented on a change in pull request #1896: HIVE-24672: compute_stats_long.q fails for wrong reasons

abstractdog commented on a change in pull request #1896:
URL: https://github.com/apache/hive/pull/1896#discussion_r562053125



##########
File path: ql/src/test/queries/clientnegative/compute_stats_long.q
##########
@@ -3,5 +3,5 @@ create table tab_int(a int);
 -- insert some data
 LOAD DATA LOCAL INPATH "../../data/files/int.txt" INTO TABLE tab_int;
 
--- compute stats should raise an error since the number of bit vectors > 1024
-select compute_stats(a, 10000) from tab_int;
+-- this should raise an error since the number of bit vectors has a hard limit at 1024
+select compute_stats(a, 'fm', 10000) from tab_int;

Review comment:
       does this limit apply only to fm algo?




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



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