samuelcolvin opened a new pull request, #11849: URL: https://github.com/apache/datafusion/pull/11849
## Which issue does this PR close? Half of #6602 - the overwhelmingly common half. ## Rationale for this change Trying to support as much postgreSQL syntax as possible, `ANY()` queries are fairly common. ## What changes are included in this PR? * Support the `ANY()` operator, as in `'needle'=ANY(haystack)` * Rename the arguments to `array_has` to be less confusing * tests for `ANY()` * Some tweaks to test setup to support the above test ## Are these changes tested? Yes, I can add more if you want. ## Are there any user-facing changes? Common queries with `ANY()` should now work -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
