erenavsarogullari opened a new issue, #14216:
URL: https://github.com/apache/datafusion/issues/14216
### Is your feature request related to a problem or challenge?
arrays_overlap function is supported by following query engines:
`arrays_overlap`: `select arrays_overlap(array('hello', world'),
array('hello'))` => `true`
References:
Spark:
https://docs.databricks.com/en/sql/language-manual/functions/arrays_overlap.html
Snowflake:
https://docs.snowflake.com/en/sql-reference/functions/arrays_overlap
Trino:
https://prestodb.io/docs/current/functions/array.html#arrays_overlap-x-y-boolean
### Describe the solution you'd like
DataFusion' s `array_has_any` function aims to have same behavior with
`arrays_overlap` function and it can also be exposed as alias of legacy
`array_has_any` function.
### Describe alternatives you've considered
_No response_
### Additional context
_No response_
--
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]