lukecwik commented on a change in pull request #15805:
URL: https://github.com/apache/beam/pull/15805#discussion_r737715360
##########
File path: sdks/python/apache_beam/coders/coder_impl.py
##########
@@ -1219,13 +1219,24 @@ def __eq__(left, right):
FastPrimitivesCoderImpl.register_iterable_like_type(_AbstractIterable)
+_iterable_coder_uses_abstract_iterable_by_default = False
Review comment:
```suggestion
# TODO(BEAM-13066): Enable using abstract iterables permanently
_iterable_coder_uses_abstract_iterable_by_default = False
```
--
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]