jrmccluskey commented on issue #33802: URL: https://github.com/apache/beam/issues/33802#issuecomment-2625144008
I believe this runs into a similar problem as #33189, the output of `NeatOutputClass[T]` doesn't play nice with our type hinting infrastructure. I'm not sure I've ever seen someone try to do a fully generic `PTransform` definition before, you may be able to get away with a similar solution as outlined in that issue - https://github.com/apache/beam/issues/33189#issuecomment-2532768049 The `.with_output_types()` call to parameterize `NeatOutputClass` in some way might work, although I'm not 100% sure on if it would be happy. -- 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]
