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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]