alamb commented on code in PR #6771: URL: https://github.com/apache/arrow-datafusion/pull/6771#discussion_r1245646339
########## datafusion/core/tests/sqllogictests/test_files/array.slt: ########## @@ -358,6 +386,10 @@ select make_array(x, y) from foo2; ---- [1.0, 1] +# array_contains Review Comment: in eb6e88f43 ########## datafusion/core/tests/sqllogictests/test_files/array.slt: ########## @@ -393,3 +425,42 @@ query BB rowsort select array_contains(make_array(true, true, true), make_array(false, false)), array_contains([false, false, false], [true, true]); ---- false false + +# array_contains array + +statement ok Review Comment: Done in eb6e88f43 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
