tvalentyn commented on a change in pull request #14390:
URL: https://github.com/apache/beam/pull/14390#discussion_r613624946



##########
File path: sdks/python/apache_beam/pipeline.py
##########
@@ -494,6 +494,9 @@ def replace_all(self, replacements):
     for override in replacements:
       self._check_replacement(override)
 
+  def _propagate_resource_hints(self):
+    ResourceHintsPropagator.propagate_hints_to_subtransforms(self)

Review comment:
       That was a hook for testing now removed with 
https://github.com/apache/beam/commit/5d58030998e77c066881891b94e4056c4778122a




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to