starocean999 commented on code in PR #11837: URL: https://github.com/apache/doris/pull/11837#discussion_r947367105
########## regression-test/suites/query/aggregate/aggregate_group_by_hll_and_bitmap.groovy: ########## @@ -35,5 +35,15 @@ suite("aggregate_group_by_hll_and_bitmap") { exception "Doris hll and bitmap column must use with specific function, and don't support filter or group by.please run 'help hll' or 'help bitmap' in your mysql client" } + test { + sql "select user_ids from test_group_by_hll_and_bitmap group by user_ids" Review Comment: Done, thanks. ########## regression-test/suites/query/aggregate/aggregate_group_by_hll_and_bitmap.groovy: ########## @@ -35,5 +35,15 @@ suite("aggregate_group_by_hll_and_bitmap") { exception "Doris hll and bitmap column must use with specific function, and don't support filter or group by.please run 'help hll' or 'help bitmap' in your mysql client" } + test { + sql "select user_ids from test_group_by_hll_and_bitmap group by user_ids" + exception "Doris hll and bitmap column must use with specific function, and don't support filter or group by.please run 'help hll' or 'help bitmap' in your mysql client" + } + + test { + sql "select hll_set from test_group_by_hll_and_bitmap group by hll_set" Review Comment: Done, thanks. -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org