[ 
https://issues.apache.org/jira/browse/BEAM-13066?focusedWorklogId=670931&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-670931
 ]

ASF GitHub Bot logged work on BEAM-13066:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Oct/21 18:00
            Start Date: 27/Oct/21 18:00
    Worklog Time Spent: 10m 
      Work Description: 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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 670931)
    Time Spent: 5h 50m  (was: 5h 40m)

> IterableCoder often returns a List
> ----------------------------------
>
>                 Key: BEAM-13066
>                 URL: https://issues.apache.org/jira/browse/BEAM-13066
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Robert Bradshaw
>            Assignee: Robert Bradshaw
>            Priority: P2
>          Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> This leads to cases where operations like `len` and indexing only work in 
> tests, or for small data, but can fail otherwise. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to