jnh5y commented on code in PR #25665:
URL: https://github.com/apache/flink/pull/25665#discussion_r1846682464


##########
flink-table/flink-sql-client/src/test/resources/sql/function.q:
##########
@@ -406,7 +406,7 @@ describe function extended temp_upperudf;
 |              requirements |                                         
$VAR_UDF_JAR_PATH_SPACE [] |
 |          is deterministic |                                       
$VAR_UDF_JAR_PATH_SPACE true |
 | supports constant folding |                                       
$VAR_UDF_JAR_PATH_SPACE true |
-|                 signature |                $VAR_UDF_JAR_PATH_SPACE 
c1.db.temp_upperudf(STRING) |
+|                 signature |        $VAR_UDF_JAR_PATH_SPACE 
c1.db.temp_upperudf(arg0 => STRING) |

Review Comment:
   Does this mean that the function takes a function producing a string?  
   
   This is a surprising change to me.



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