lihaosky commented on code in PR #26641: URL: https://github.com/apache/flink/pull/26641#discussion_r2136346670
########## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/stream/StreamExecMLPredictTableFunction.java: ########## @@ -301,9 +337,9 @@ private Transformation<RowData> createAsyncModelPredict( createTransformationMeta(ML_PREDICT_TRANSFORMATION, config), new AsyncWaitOperatorFactory<>( asyncFunc, - asyncLookupOptions.asyncTimeout, - asyncLookupOptions.asyncBufferCapacity, - asyncLookupOptions.asyncOutputMode), + asyncOptions.asyncTimeout, Review Comment: Regardless of upsertMaterialize, looks we have upsert key shuffling in async ordered mode, should it also be in sync mode? -- 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