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


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java:
##########
@@ -410,10 +410,10 @@ ANY, and(logical(LogicalTypeRoot.BOOLEAN), LITERAL)
                     .inputTypeStrategy(
                             or(
                                     sequence(
-                                            new 
ArrayOfStringArgumentTypeStrategy(),
+                                            
arrayOf(LogicalTypeFamily.CHARACTER_STRING),

Review Comment:
   Please could you update the Jira text with some examples on how this will 
effect the externals and add to the documentation if appropriate.



-- 
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]

Reply via email to