liferoad commented on PR #36251:
URL: https://github.com/apache/beam/pull/36251#issuecomment-3331079763
> ```
> self = AppliedPTransform(assert_that/Create/MaybeReshuffle, MaybeReshuffle)
>
> def named_inputs(self):
> # type: () -> Dict[str, pvalue.PValue]
> if self.transform is None:
> assert not self.main_inputs and not self.side_inputs
> return {}
> else:
> > named_inputs = self.transform._named_inputs(
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> self.main_inputs, self.side_inputs)
> E AttributeError: 'MaybeReshuffle' object has no attribute
'_named_inputs'
>
> apache_beam/pipeline.py:1400: AttributeError
> ```
Pushed one more fix for this. :)
--
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]