Fix wrong assert

This commit is contained in:
Alexey Milovidov 2023-05-06 02:19:47 +02:00
parent 3f0c3602bf
commit e43d353fba
2 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
SELECT CAST('\x01\x00' AS AggregateFunction(nothingArrayIf, Array(Nullable(Nothing)), Nullable(Nothing))); -- { serverError INCORRECT_DATA }