You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/30 12:41:43 UTC

[doris] 16/18: [test](hll) add test case for hll_raw_agg (#19127)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git

commit d96cb752e4f04df58fc244dace8118610ec86b89
Author: TengJianPing <18...@users.noreply.github.com>
AuthorDate: Thu Apr 27 11:33:49 2023 +0800

    [test](hll) add test case for hll_raw_agg (#19127)
---
 regression-test/suites/types/complex_types/basic_agg_test.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regression-test/suites/types/complex_types/basic_agg_test.groovy b/regression-test/suites/types/complex_types/basic_agg_test.groovy
index 8bac487692..9e2473b0b6 100644
--- a/regression-test/suites/types/complex_types/basic_agg_test.groovy
+++ b/regression-test/suites/types/complex_types/basic_agg_test.groovy
@@ -32,3 +32,4 @@ suite("basic_agg_test", "types") {
 
     qt_sql_hll_cardinality2 """select k1, hll_cardinality(hll_raw_agg(k2)) from hll_basic_agg group by k1 order by k1;"""
 }
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org