pnowojski commented on code in PR #24023:
URL: https://github.com/apache/flink/pull/24023#discussion_r1448857937
##########
flink-runtime/src/main/java/org/apache/flink/runtime/state/memory/MemoryStateBackend.java:
##########
@@ -65,8 +54,8 @@
*
* <pre>{@code
* StreamExecutionEnvironment env =
StreamExecutionEnvironment.getExecutionEnvironment();
- * env.setStateBackend(new HashMapStateBackend());
- * env.getCheckpointConfig().setCheckpointStorage(new
JobManagerCheckpointStorage());
+ * parameters.getEnv().setStateBackend(new HashMapStateBackend());
Review Comment:
hahaha, some find & replace that went wrong
--
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]