tvalentyn commented on issue #26493:
URL: https://github.com/apache/beam/issues/26493#issuecomment-1828421686
In the context of example in the description, I am asking whether we tried
to replace
```
pcoll["good"] | "dofn2" >> beam.ParDo(DoFn2())
```
to
```
pcoll["good"] | "dofn2" >> beam.ParDo(DoFn2()).with_input_types(<correct
typehint for elements belonging to good pcoll, which seems to be Dict[str,
Any]>)
```
--
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]