TheNeuralBit commented on a change in pull request #16788:
URL: https://github.com/apache/beam/pull/16788#discussion_r802215052



##########
File path: sdks/python/apache_beam/dataframe/schemas.py
##########
@@ -275,7 +275,7 @@ def _unbatch_transform(proxy, include_indexes):
 
     return beam.ParDo(
         _UnbatchWithIndex(ctor) if include_indexes else _UnbatchNoIndex(ctor)
-    ).with_output_types(ctor)

Review comment:
       Note this is a workaround I had added, because the override for 
`infer_output_type` did not work (this typehint is verified in schemas_test.py).




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