mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
Update a test
This commit is contained in:
parent
c3fccefcca
commit
714015cdea
@ -1,4 +1,4 @@
|
|||||||
DROP TABLE IF EXISTS tab;
|
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;
|
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;
|
DROP TABLE tab;
|
||||||
|
Loading…
Reference in New Issue
Block a user