mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
fix tests
This commit is contained in:
parent
d215e060be
commit
4c9389826e
@ -46,9 +46,9 @@ drop table if exists hilbert_numbers_1_03131;
|
||||
|
||||
select '----- ERRORS -----';
|
||||
select hilbertEncode(); -- { serverError TOO_FEW_ARGUMENTS_FOR_FUNCTION }
|
||||
select hilbertDecode(); -- { serverError TOO_FEW_ARGUMENTS_FOR_FUNCTION }
|
||||
select hilbertDecode(); -- { serverError NUMBER_OF_ARGUMENTS_DOESNT_MATCH }
|
||||
select hilbertEncode('text'); -- { serverError ILLEGAL_TYPE_OF_ARGUMENT }
|
||||
select hilbertDecode('text'); -- { serverError ILLEGAL_TYPE_OF_ARGUMENT }
|
||||
select hilbertDecode('text', 'text'); -- { serverError ILLEGAL_COLUMN }
|
||||
select hilbertEncode((1, 2), 3); -- { serverError ARGUMENT_OUT_OF_BOUND }
|
||||
|
||||
SELECT '----- END -----';
|
||||
|
Loading…
Reference in New Issue
Block a user