Added a test from @filimonov #9936

This commit is contained in:
Alexey Milovidov 2020-04-22 03:48:03 +03:00
parent 98294dc9fa
commit 0a9c49beee
2 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
create table x( id UInt64, t AggregateFunction(argMax, Enum8('<Empty>' = -1, 'Male' = 1, 'Female' = 2), UInt64) DEFAULT arrayReduce('argMaxState', ['cast(-1, \'Enum8(\'<Empty>\' = -1, \'Male\' = 1, \'Female\' = 2)'], [toUInt64(0)]) ) Engine=MergeTree ORDER BY id; -- { serverError 70 }