robertwb commented on a change in pull request #17109:
URL: https://github.com/apache/beam/pull/17109#discussion_r831611807
##########
File path: sdks/python/apache_beam/coders/coder_impl.py
##########
@@ -782,17 +756,15 @@ def _from_normal_time(self, value):
"""Convert signed to "lexicographically ordered unsigned"."""
return value + _TIME_SHIFT
- def encode_to_stream(self, value, out, nested):
- # type: (IntervalWindow, create_OutputStream, bool) -> None
+ def encode_to_stream(self, value: IntervalWindow, out: create_OutputStream,
nested: bool) -> None:
Review comment:
This looks wrong...
--
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]