tvalentyn commented on PR #33614: URL: https://github.com/apache/beam/pull/33614#issuecomment-2609757844
Thanks @liaopeiyuan I would create a bug with a reproducible example. Agree with @Abacn that changing the type coercion might not be the best solution here. I am seeing that some logic in type checking machinery that suggests, TimetampedValue instances should be compared by the type they are enveloping: https://github.com/apache/beam/blob/dc7426f9283f763b2fa0f568d71c99e844cc0890/sdks/python/apache_beam/typehints/typecheck.py#L158 I would check why that is not happening. -- 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]
