jayzhan211 opened a new issue, #8506: URL: https://github.com/apache/arrow-datafusion/issues/8506
Like what we have done for `[] -> MakeArray`. It is possible to have the similar conversion for other List Operator. - [ ] List || List -> array_concat - [ ] List || non-List -> array_append - [ ] non-List || List -> array_prepend - [ ] left <@ right -> array_has_all(right, left) - [ ] left @> right -> array_has_all(left, right) _Originally posted by @viirya in https://github.com/apache/arrow-datafusion/pull/8496#discussion_r1423031611_ -- 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]
