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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]