Fix_max_query_size_for_kql_compound_operator : update test case for better readability

This commit is contained in:
Yong Wang 2024-03-04 06:38:13 -08:00
parent fc58ccfa9e
commit 8d106f6c70

View File

@ -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); mv_expand_test_table | mv-expand c to typeof(bool);
SET max_query_size = 28; SET max_query_size = 28;
SET dialect='kusto'; 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; SET max_query_size=262144;