AlanConfluent commented on code in PR #26567: URL: https://github.com/apache/flink/pull/26567#discussion_r2138342849
########## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/utils/AsyncUtil.java: ########## @@ -47,7 +48,14 @@ public class AsyncUtil { * @return true if it contains an async function call in the specified node. */ public static boolean containsAsyncCall(RexNode node) { Review Comment: Updated it to have more generic comments which mention general async types -- 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