robertwb commented on a change in pull request #14110:
URL: https://github.com/apache/beam/pull/14110#discussion_r597858069



##########
File path: sdks/python/apache_beam/coders/coders.py
##########
@@ -1131,7 +1131,7 @@ def __hash__(self):
     return hash((type(self), self._elem_coder))
 
 
-class IterableCoder(FastCoder):
+class ListLikeCoder(FastCoder):

Review comment:
       Thanks. I was mystified by this as well. 




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to