assaf127 commented on code in PR #36979:
URL: https://github.com/apache/beam/pull/36979#discussion_r2630186019


##########
sdks/python/apache_beam/coders/coder_impl.py:
##########
@@ -616,7 +619,15 @@ def decode_from_stream(self, stream, nested):
       msg = cls()
       msg.ParseFromString(stream.read_all(True))
       return msg
-    elif t == DATACLASS_TYPE or t == NAMED_TUPLE_TYPE:
+    elif t == DATACLASS_TYPE:

Review Comment:
   Thank you for the review, I updated the PR with your suggestions



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