damccorm commented on PR #31168: URL: https://github.com/apache/beam/pull/31168#issuecomment-2099433594
Basically, the problem is that we track Flink version support in a bunch of places which need updated when we add a version (and more importantly when we remove a version). The most important ones I noticed are: 1) https://github.com/apache/beam/blob/815639b89acf9a943dae0ca8d81ae9988451579d/sdks/python/apache_beam/options/pipeline_options.py#L1594 - controls which flink versions can be used from Python 2) https://github.com/apache/beam/blob/815639b89acf9a943dae0ca8d81ae9988451579d/sdks/python/apache_beam/runners/interactive/interactive_beam.py#L411 - controls which flink version is used by interactive beam But really all the files in this PR need updated anytime we update flink version availability -- 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]
