mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Fix_max_query_size_for_kql_compound_operator : update test case for better readability
This commit is contained in:
parent
fc58ccfa9e
commit
8d106f6c70
@ -35,5 +35,5 @@ print '-- mv_expand_test_table | mv-expand c to typeof(bool) --';
|
||||
mv_expand_test_table | mv-expand c to typeof(bool);
|
||||
SET max_query_size = 28;
|
||||
SET dialect='kusto';
|
||||
mv_expand_test_table | mv-expand c, d; -- { serverError 62 }
|
||||
mv_expand_test_table | mv-expand c, d; -- { serverError SYNTAX_ERROR }
|
||||
SET max_query_size=262144;
|
||||
|
Loading…
Reference in New Issue
Block a user