You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by da...@apache.org on 2023/01/01 03:02:40 UTC

[doris] branch master updated: [improvement](test) add one case for hll (#15543)

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

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 487d159a3d [improvement](test) add one case for hll (#15543)
487d159a3d is described below

commit 487d159a3d75fd69e917c526bc1f9782c00a7b54
Author: AlexYue <yj...@gmail.com>
AuthorDate: Sun Jan 1 11:02:34 2023 +0800

    [improvement](test) add one case for hll (#15543)
---
 .../suites/index_p0/test_decimal_bitmap_index_multi_page.groovy   | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/regression-test/suites/index_p0/test_decimal_bitmap_index_multi_page.groovy b/regression-test/suites/index_p0/test_decimal_bitmap_index_multi_page.groovy
index 6607c06ad4..607c6a8899 100644
--- a/regression-test/suites/index_p0/test_decimal_bitmap_index_multi_page.groovy
+++ b/regression-test/suites/index_p0/test_decimal_bitmap_index_multi_page.groovy
@@ -22,4 +22,12 @@ suite("test_decimal_bitmap_index_multi_page") {
     qt_sql "select * from ${tbName} order by a ASC limit 3;"
     qt_sql "select * from ${tbName} order by a DESC limit 3;"
 
+    try {
+        test {
+            sql """select hll_union(`a`) from ${tbName};"""
+            exception "errCode = 2, detailMessage = HLL_UNION, HLL_UNION_AGG, HLL_RAW_AGG and HLL_CARDINALITY's params must be hll column"
+        }        
+    } finally {
+    }
+
 }


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