Re: [PR] feat: support FixedSizeList for array_has [datafusion]

2025-06-11 Thread via GitHub
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

Re: [PR] feat: support FixedSizeList for array_has [datafusion]

2025-06-10 Thread via GitHub
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

Re: [PR] feat: support FixedSizeList for array_has [datafusion]

2025-06-10 Thread via GitHub
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

Re: [PR] feat: support FixedSizeList for array_has [datafusion]

2025-06-09 Thread via GitHub
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_

[PR] feat: support FixedSizeList for array_has [datafusion]

2025-06-08 Thread via GitHub
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