jrmccluskey commented on code in PR #33999:
URL: https://github.com/apache/beam/pull/33999#discussion_r1970526720
##########
sdks/python/apache_beam/transforms/stats.py:
##########
@@ -321,7 +321,7 @@ def _display_data(num_quantiles, key, reverse, weighted,
input_batched):
}
@typehints.with_input_types(
- typehints.Union[typing.Sequence[T], Tuple[T, float]])
+ typing.Union[T, typing.Sequence[T], Tuple[T, float]])
Review Comment:
this is a good catch, not sure why the typehints type was passed through
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]