fsk119 commented on code in PR #26641: URL: https://github.com/apache/flink/pull/26641#discussion_r2135240132
########## 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: I think we can add this later if users require this. UpsertMaterialize is a complicated optimization and works if the pk of the source are different from the sink pk. What's more, it requires users use the output of the model as the part of pk. -- 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