modified unit test

This commit is contained in:
root 2022-10-06 08:10:54 -07:00 committed by Yong Wang
parent d1f18edd3e
commit 8a783cecd7

View File

@ -71,10 +71,6 @@ INSTANTIATE_TEST_SUITE_P(ParserKQLQuery_DynamicExactMatch, ParserTest,
"print pack_array(A, B, C, D)",
"SELECT [A, B, C, D]"
},
{
"print repeat(A, B)",
"SELECT arrayWithConstant(B, A)"
},
{
"print set_difference(A, B)",
"SELECT arrayFilter(x -> (NOT has(arrayDistinct(arrayConcat(B)), x)), arrayDistinct(A))"