[
https://issues.apache.org/jira/browse/BEAM-13066?focusedWorklogId=667962&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-667962
]
ASF GitHub Bot logged work on BEAM-13066:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Oct/21 20:29
Start Date: 20/Oct/21 20:29
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #15757:
URL: https://github.com/apache/beam/pull/15757#discussion_r733122500
##########
File path: sdks/python/apache_beam/transforms/combiners.py
##########
@@ -365,6 +365,10 @@ def push(hp, e):
for element in bundle
]
continue
+ # TODO(robertwb): Remove once legacy dataflow correctly handles
Review comment:
I'm not seeing how Dataflow deprecation will make the IterableCoder now
support `len`, `reverse`, ...
--
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: 667962)
Time Spent: 1.5h (was: 1h 20m)
> 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: 1.5h
> 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)