durgaprasadml commented on issue #38708: URL: https://github.com/apache/beam/issues/38708#issuecomment-4564528547
I investigated the issue and found that Flink 2.0 support is already present in the runner implementation and documentation, but the SDK validation lists were not updated accordingly. The failure comes from hardcoded PUBLISHED_FLINK_VERSIONS values in the SDK option parsing layer, where only 1.17–1.20 are currently allowed. I’m preparing a focused fix to: - add 2.0 to the Python SDK Flink version choices - update the corresponding TypeScript SDK validation list - verify related tests and compatibility checks This appears to be a synchronization omission rather than missing Flink 2.0 runtime support. -- 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]
