You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "izveigor (via GitHub)" <gi...@apache.org> on 2023/07/27 18:18:12 UTC

[GitHub] [arrow-datafusion] izveigor commented on a diff in pull request #6885: feat: array containment operator

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


##########
datafusion/core/tests/sqllogictests/test_files/array.slt:
##########
@@ -1725,8 +1728,35 @@ select 1 || make_array(2, 3, 4), 1.0 || make_array(2.0, 3.0, 4.0), 'h' || make_a
 ----
 [1, 2, 3, 4] [1.0, 2.0, 3.0, 4.0] [h, e, l, l, o]
 
+## array containment operator
+
+# array containment operator with scalars #1 (at arrow)

Review Comment:
   The feature supports now only scalars as input, but in the production users prefer to work with columns.
   I created the ticket dedicated to that issue: https://github.com/apache/arrow-datafusion/issues/7119.



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org