damccorm commented on code in PR #39206:
URL: https://github.com/apache/beam/pull/39206#discussion_r3544484041


##########
sdks/python/apache_beam/typehints/typecheck_test.py:
##########
@@ -300,5 +304,98 @@ def process(self, element, *args, **kwargs):
       self.p.run().wait_until_finish()
 
 
+@with_input_types(int)
+@with_output_types(int)
+class _AddOneDoFn(beam.DoFn):

Review Comment:
   You mentioned that you ran microbenchmarks in 
https://github.com/apache/beam/issues/20226#issuecomment-4863687092 - could you 
push those as part of this change?



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