sjwiesman commented on a change in pull request #13797:
URL: https://github.com/apache/flink/pull/13797#discussion_r512291906
##########
File path:
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/utils/ExecutorUtils.java
##########
@@ -79,6 +79,7 @@ public static void setBatchProperties(StreamGraph
streamGraph, TableConfig table
streamGraph.setAllVerticesInSameSlotSharingGroupByDefault(false);
streamGraph.setScheduleMode(ScheduleMode.LAZY_FROM_SOURCES_WITH_BATCH_SLOT_REQUEST);
streamGraph.setStateBackend(null);
+ streamGraph.setCheckpointStorage(null);
Review comment:
@aljoscha I'm pretty certain this is correct but could you please
double-check. I'm also not sure if I need to explicitly do something for batch
execution somewhere else now that it's supported for DataStream.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]