jrmccluskey commented on PR #27646:
URL: https://github.com/apache/beam/pull/27646#issuecomment-1653832666

   The unit test that is failing consistently - 
https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/ptransform_test.py#L2043
 - getting `TypeError: sequence item 0: expected str instance, int found` 
instead of a `typehints.TypeCheckError` with the content `Runtime type 
violation detected within ParDo(SortJoin/KeyWithVoid): Type-hint for argument: 
'v' violated. Expected an instance of str, instead found 0, an instance of int.`
   
   So it looks like we're hitting some issues with this type mismatch getting 
surfaced incorrectly with the change here. 


-- 
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]

Reply via email to