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/11/03 23:02:21 UTC

[GitHub] [beam] robertwb commented on a change in pull request #15692: [BEAM-13021] Deduplicate Python artifact not only by hash but also by source path.

robertwb commented on a change in pull request #15692:
URL: https://github.com/apache/beam/pull/15692#discussion_r742409465



##########
File path: sdks/python/apache_beam/runners/dataflow/internal/apiclient.py
##########
@@ -572,7 +572,8 @@ def _stage_resources(self, pipeline, options):
       raise RuntimeError('The --temp_location option must be specified.')
 
     resources = []
-    hashes = {}
+    staged_pathes = {}

Review comment:
       s/pathes/paths/




-- 
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