robertwb commented on code in PR #29834: URL: https://github.com/apache/beam/pull/29834#discussion_r1486916120
########## .gitignore: ########## @@ -52,6 +52,7 @@ sdks/python/**/*.egg sdks/python/LICENSE sdks/python/NOTICE sdks/python/README.md +sdks/python/apache_beam/transforms/_external_transforms/* Review Comment: I think we should discourage importing from apache_beam.transforms.xlang, as this is an implementation detail that users should not have to worry about (and may change in the future). -- 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]
