GaetanLepage commented on issue #33854:
URL: https://github.com/apache/beam/issues/33854#issuecomment-3322975031

   Thanks! It seems to have fixed the failing the first occurrence. However, it 
fails further down:
   ```
         # We may need to merge the hints with environment-provided hints here
         # once environment is a first-class citizen in Beam graph and we have
         # access to actual environment, not just an id.
         self.resource_hints = dict(
   >         transform.get_resource_hints()) if transform else {
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
             }  # type: Dict[str, bytes]
   E     AttributeError: 'MaybeReshuffle' object has no attribute 
'get_resource_hints'
   
   apache_beam/pipeline.py:1239: AttributeError
   ```


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

Reply via email to