You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/15 17:49:39 UTC

[GitHub] [beam] y1chi commented on a diff in pull request #21873: Add a type hint to nexmark query 3 joinFn

y1chi commented on code in PR #21873:
URL: https://github.com/apache/beam/pull/21873#discussion_r898258954


##########
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:
   done.



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org