TheNeuralBit commented on issue #22547: URL: https://github.com/apache/beam/issues/22547#issuecomment-1209801783
Got it, I think this would be a relatively straightforward change - just refactor TimestampedValue to inherit from Generic. In order for it to have an effect on beam typehints, we'd also want to adjust `DoFn.default_type_hints` to extract the element type from the generic TimestampedValue (and we should do the same for WindowedValue). -- 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]
