This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch test_email in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/test_email by this push: new b1db33f83e9 Test email again (#43835) b1db33f83e9 is described below commit b1db33f83e931acbb99923a703bd3fdbf5b1cae3 Author: XueYuhai <xueyu...@selectdb.com> AuthorDate: Wed Nov 13 10:56:47 2024 +0800 Test email again (#43835) --- regression-test/common/load/bitmap_basic_agg.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/common/load/bitmap_basic_agg.sql b/regression-test/common/load/bitmap_basic_agg.sql index f8e7787ef70..c40edfa08a2 100644 --- a/regression-test/common/load/bitmap_basic_agg.sql +++ b/regression-test/common/load/bitmap_basic_agg.sql @@ -1,5 +1,6 @@ insert into bitmap_basic_agg values (1,bitmap_empty()), + (2,bitmap_hash(0)),(2,bitmap_hash(0)), (3,bitmap_hash(0)),(3,bitmap_hash(1)); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org