damccorm commented on code in PR #35893: URL: https://github.com/apache/beam/pull/35893#discussion_r2349737091
########## CHANGES.md: ########## @@ -142,6 +142,7 @@ ## Bugfixes * (Python) Fixed Java YAML provider fails on Windows ([#35617](https://github.com/apache/beam/issues/35617)). +* (Python) Fixed transform naming conflict when executing DataTransform on a dictionary of PColls ([#30445][https://github.com/apache/beam/issues/30445]) Review Comment: Sorry, missed this PR - would you mind specifically calling out that this could break update compatibility ```suggestion * (Python) Fixed transform naming conflict when executing DataTransform on a dictionary of PColls ([#30445][https://github.com/apache/beam/issues/30445]). This may break update compatibility if you don't provide a `--transform_name_mapping`. ``` Also, could you move it to 2.69.0's breaking changes section? -- 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]
