shunping opened a new pull request, #34083: URL: https://github.com/apache/beam/pull/34083
Improve the handling of the `update_compatibility_version`. - When the argument is not provided, the default value None is used. - Previously, using the argument as a standalone flag (e.g., `--update_compatibility_version`) resulted in an exception. This has been corrected to also resolve to None, aligning with the intended behavior. - Explicitly providing a version (e.g., --update_compatibility_version=2.63.0) will use that specified value. (Internal bug id: 398402007, 399132073) -- 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]
