alamb merged PR #16333:
URL: https://github.com/apache/datafusion/pull/16333
--
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-unsubscr...@datafusi
chenkovsky commented on code in PR #16333:
URL: https://github.com/apache/datafusion/pull/16333#discussion_r2137107980
##
datafusion/functions-nested/src/array_has.rs:
##
@@ -232,98 +236,244 @@ fn array_has_inner_for_array(haystack: &ArrayRef,
needle: &ArrayRef) -> Result array
chenkovsky commented on code in PR #16333:
URL: https://github.com/apache/datafusion/pull/16333#discussion_r2137107980
##
datafusion/functions-nested/src/array_has.rs:
##
@@ -232,98 +236,244 @@ fn array_has_inner_for_array(haystack: &ArrayRef,
needle: &ArrayRef) -> Result array
alamb commented on code in PR #16333:
URL: https://github.com/apache/datafusion/pull/16333#discussion_r2135784803
##
datafusion/functions-nested/src/array_has.rs:
##
@@ -232,98 +236,244 @@ fn array_has_inner_for_array(haystack: &ArrayRef,
needle: &ArrayRef) -> Result array_has_
chenkovsky opened a new pull request, #16333:
URL: https://github.com/apache/datafusion/pull/16333
## Which issue does this PR close?
## Rationale for this change
array_has doesn't support fixed size list currently.
## What changes are included in this PR?
add