xishuaidelin commented on code in PR #25680:
URL: https://github.com/apache/flink/pull/25680#discussion_r1908123563


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/stream/StreamExecGroupAggregate.java:
##########
@@ -242,6 +245,16 @@ protected Transformation<RowData> translateToPlanInternal(
             operator =
                     new KeyedMapBundleOperator<>(
                             aggFunction, 
MinibatchUtil.createMiniBatchTrigger(config));
+        } else if (enableAsyncState) {

Review Comment:
   Fine. I think this could work with minibatch, but that's a separate topic to 
be considered in the future.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to