mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Add a test
This commit is contained in:
parent
a270f985a7
commit
0ab192db82
4
tests/queries/0_stateless/02688_aggregate_states.sql
Normal file
4
tests/queries/0_stateless/02688_aggregate_states.sql
Normal file
@ -0,0 +1,4 @@
|
||||
SELECT '\x01\x00'::AggregateFunction(groupBitmap, UInt32); -- { serverError INCORRECT_DATA }
|
||||
SELECT '\x01\x01\x01'::AggregateFunction(groupBitmap, UInt64); -- { serverError STD_EXCEPTION }
|
||||
SELECT '\x02\x00\x0d'::AggregateFunction(topK, UInt256); -- { serverError CANNOT_READ_ALL_DATA }
|
||||
SELECT unhex('bebebebebebebebebebebebebebebebebebebebebebebebebebebebebebebe0c0c3131313131313131313131313173290aee00b300')::AggregateFunction(minDistinct, Int8); -- { serverError TOO_LARGE_ARRAY_SIZE }
|
Loading…
Reference in New Issue
Block a user