Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.34.0
Description
ARRAY_CONTAINS - Returns true if the array contains the value
For more details
https://spark.apache.org/docs/latest/sql-ref-functions-builtin.html
// code placeholder spark: array_contains(array[1, null], null) -> null flink: array_contains(array[1, null], null) -> true
Attachments
Issue Links
- links to