zentol opened a new pull request, #21088: URL: https://github.com/apache/flink/pull/21088
Based on #21085. The SavepointWriter previously had to enforce that the user provides at least 1 operator because we used them to get access to the execution environment. No operator -> no environment -> can't setup remaining operations. This PR adds new factory methods that have the user explicitly pass the environment. With that we can define any operation we like internally without requiring another operator. The existing factory methods were deprecated. They will continue to work, but it they are used the program is still subject to the old requirement of having at least 1 operator. -- 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]
