fsk119 commented on code in PR #26641:
URL: https://github.com/apache/flink/pull/26641#discussion_r2136842998


##########
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:
   After discussion with @lihaosky offline, I think it's a mistake to introduce 
shuffle for async mode. We should only introduce shuffle if we use upsert 
materalize.



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

Reply via email to