aljoscha opened a new pull request #11607: [FLINK-16560] Forward Configuration in PackagedProgramUtils#getPipelineFromProgram URL: https://github.com/apache/flink/pull/11607 Before, when using PackagedProgramUtils (for example in the standalone cluster entrypoint or the web ui) the Flink Configuration would not be applied to the execution environment. This also adds a test that verifies that we forward configuration. ## Brief change log - change `OptimizerPlanEnvironment` and `StreamPlanEnvironment` constructors to accept a `Configuration` and forward to the correct super constructor. ## Verifying this change - see the newly added test ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no - The serializers: no - The runtime per-record code paths (performance sensitive): no - Anything that affects deployment or recovery: indirectly, because we now correctly forward also deployment options - The S3 file system connector: no ## Documentation - Does this pull request introduce a new feature? no
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services