Add a test for #22108

This commit is contained in:
Alexey Milovidov 2021-06-23 00:21:32 +03:00 committed by alesapin
parent f365b8eac9
commit bda33cad79
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1 @@
9

View 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
));

View File

@ -247,3 +247,4 @@
01910_view_dictionary
01824_prefer_global_in_and_join
01576_alias_column_rewrite
01924_argmax_bitmap_state