davidradl commented on code in PR #23656:
URL: https://github.com/apache/flink/pull/23656#discussion_r2022436903


##########
docs/data/sql_functions.yml:
##########
@@ -658,6 +658,9 @@ collection:
   - sql: ARRAY_JOIN(array, delimiter[, nullReplacement])
     table: array.arrayJoin(delimiter[, nullReplacement])
     description: Returns a string that represents the concatenation of the 
elements in the given array and the elements' data type in the given array is 
string. The delimiter is a string that separates each pair of consecutive 
elements of the array. The optional nullReplacement is a string that replaces 
null elements in the array. If nullReplacement is not specified, null elements 
in the array will be omitted from the resulting string. Returns null if input 
array or delimiter or nullReplacement are null.
+  - sql: ARRAY_CONTAINS_SEQ(array1,array2)

Review Comment:
   nit : (array1,array2) -> (array1, array2)



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to