tvalentyn commented on code in PR #21873:
URL: https://github.com/apache/beam/pull/21873#discussion_r897826698
##########
sdks/python/apache_beam/testing/benchmarks/nexmark/queries/query3.py:
##########
@@ -109,7 +110,11 @@ def __init__(self, max_auction_wait_time):
def process(
self,
- element,
+ element: typing.Tuple[
+ typing.AnyStr,
Review Comment:
nit: why not str or bytes explicitly?
--
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]