mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Add a test for #31631
This commit is contained in:
parent
76aaecf1aa
commit
4f75d818e8
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
||||
SELECT arrayMap(x -> finalizeAggregation(x), state) FROM (SELECT groupArrayResample(9223372036854775806, 1048575, 65537)(number, number % 3), groupArrayStateResample(10, 2147483648, 65535)(number, number % 9223372036854775806) AS state FROM numbers(100));
|
Loading…
Reference in New Issue
Block a user