mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Add a test for #22108
This commit is contained in:
parent
f365b8eac9
commit
bda33cad79
@ -0,0 +1 @@
|
||||
9
|
8
tests/queries/0_stateless/01924_argmax_bitmap_state.sql
Normal file
8
tests/queries/0_stateless/01924_argmax_bitmap_state.sql
Normal file
@ -0,0 +1,8 @@
|
||||
SELECT bitmapMax(argMax(x, y))
|
||||
FROM remote('127.0.0.{2,3}', view(
|
||||
SELECT
|
||||
groupBitmapState(toUInt32(number)) AS x,
|
||||
number AS y
|
||||
FROM numbers(10)
|
||||
GROUP BY number
|
||||
));
|
@ -247,3 +247,4 @@
|
||||
01910_view_dictionary
|
||||
01824_prefer_global_in_and_join
|
||||
01576_alias_column_rewrite
|
||||
01924_argmax_bitmap_state
|
||||
|
Loading…
Reference in New Issue
Block a user