izveigor commented on code in PR #6771:
URL: https://github.com/apache/arrow-datafusion/pull/6771#discussion_r1245438910


##########
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:
   I think it would be better to test nested arrays even more.



-- 
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]

Reply via email to