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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
