twalthr commented on code in PR #26389: URL: https://github.com/apache/flink/pull/26389#discussion_r2035131209
########## flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java: ########## @@ -561,12 +560,12 @@ ANY, and(logical(LogicalTypeRoot.BOOLEAN), LITERAL) BuiltInFunctionDefinition.newBuilder() .name("ifThenElse") .callSyntax( - (sqlName, operands) -> + (sqlName, operands, context) -> Review Comment: Seems this is actually not resolved? Search for `context` in all files of this PR to find the remaining locations. Mostly around CallSynax. -- 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