Re: [PR] Fix array_has to return false for empty arrays instead of null [datafusion]

2025-06-24 Thread via GitHub
comphead merged PR #16529: URL: https://github.com/apache/datafusion/pull/16529 -- 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...@dataf

[PR] Fix array_has to return false for empty arrays instead of null [datafusion]

2025-06-23 Thread via GitHub
kosiew opened a new pull request, #16529: URL: https://github.com/apache/datafusion/pull/16529 ## Which issue does this PR close? - Closes #16474 ## Rationale for this change The `array_has` function incorrectly returns `null` for empty arrays, which should logically ret