Update a test

This commit is contained in:
Alexey Milovidov 2023-03-19 06:56:25 +01:00
parent c3fccefcca
commit 714015cdea

View File

@ -1,4 +1,4 @@
DROP TABLE IF EXISTS tab;
create table tab (d Int64, s AggregateFunction(groupUniqArrayArray, Array(UInt64)), c SimpleAggregateFunction(groupUniqArrayArray, Array(UInt64))) engine = SummingMergeTree() order by d;
INSERT INTO tab VALUES (1, 'このコー'); -- { clientError CANNOT_ALLOCATE_MEMORY }
INSERT INTO tab VALUES (1, 'このコー'); -- { clientError 128 }
DROP TABLE tab;