You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/10/08 22:41:16 UTC

[GitHub] [beam] casassg commented on a change in pull request #15105: [BEAM-11275] Support remote package download from remote filesystems in Stager

casassg commented on a change in pull request #15105:
URL: https://github.com/apache/beam/pull/15105#discussion_r725348262



##########
File path: sdks/python/apache_beam/runners/portability/stager.py
##########
@@ -463,6 +465,23 @@ def _download_file(from_url, to_path):
         _LOGGER.info('Failed to download Artifact from %s', from_url)
         raise
     else:
+      try:
+        read_handle = FileSystems.open(from_url)

Review comment:
       to avoid decompression: `compression_type=CompressionTypes.UNCOMPRESSED`




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org