[
https://issues.apache.org/jira/browse/BEAM-8823?focusedWorklogId=659993&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-659993
]
ASF GitHub Bot logged work on BEAM-8823:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Oct/21 00:07
Start Date: 05/Oct/21 00:07
Worklog Time Spent: 10m
Work Description: y1chi commented on a change in pull request #15441:
URL: https://github.com/apache/beam/pull/15441#discussion_r721796625
##########
File path:
sdks/python/apache_beam/runners/portability/fn_api_runner/execution.py
##########
@@ -111,15 +133,28 @@ def reset(self):
pass
-class ListBuffer(object):
+class ListBuffer:
"""Used to support parititioning of a list."""
def __init__(self, coder_impl):
- # type: (CoderImpl) -> None
- self._coder_impl = coder_impl
+ # type: (Optional[CoderImpl]) -> None
+ self._coder_impl = coder_impl or CoderImpl()
Review comment:
Got it.
--
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: 659993)
Time Spent: 4h 10m (was: 4h)
> Make FnApiRunner work by executing ready elements instead of stages
> -------------------------------------------------------------------
>
> Key: BEAM-8823
> URL: https://issues.apache.org/jira/browse/BEAM-8823
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Pablo Estrada
> Priority: P3
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)