tvalentyn commented on code in PR #25920: URL: https://github.com/apache/beam/pull/25920#discussion_r1146456293
########## CHANGES.md: ########## @@ -68,6 +68,7 @@ ## Breaking Changes * If a main session fails to load, the pipeline will now fail at worker startup. ([#25401](https://github.com/apache/beam/issues/25401)). +* Python Pipelines will now ignore flags with single dash. ([#25943](https://github.com/apache/beam/issues/25943)). Review Comment: ```suggestion * Python pipeline options will now ignore unparsed command line flags prefixed with a single dash. ([#25943](https://github.com/apache/beam/issues/25943)). ``` -- 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]
