Abacn commented on code in PR #38751: URL: https://github.com/apache/beam/pull/38751#discussion_r3329116793
########## sdks/python/apache_beam/io/gcp/gcsfilesystem.py: ########## @@ -34,22 +34,65 @@ from apache_beam.io.filesystem import CompressionTypes from apache_beam.io.filesystem import FileMetadata from apache_beam.io.filesystem import FileSystem -from apache_beam.io.gcp import gcsio + +try: + from apache_beam.io.gcp import gcsio +except ImportError: Review Comment: There have been several proposed fixes, including this one, with unncessarily complex workarounds. I have proposed a proper fix https://github.com/apache/beam/issues/37445#issuecomment-4583723855 -- 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]
