[
https://issues.apache.org/jira/browse/BEAM-7443?focusedWorklogId=251081&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-251081
]
ASF GitHub Bot logged work on BEAM-7443:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/May/19 16:34
Start Date: 30/May/19 16:34
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #8641: [BEAM-7443]
Create a BoundedSource -> SDF wrapper in Python SDK
URL: https://github.com/apache/beam/pull/8641#discussion_r289066641
##########
File path: sdks/python/apache_beam/runners/dataflow/dataflow_runner.py
##########
@@ -94,11 +94,16 @@ class DataflowRunner(PipelineRunner):
# Imported here to avoid circular dependencies.
# TODO: Remove the apache_beam.pipeline dependency in
CreatePTransformOverride
from apache_beam.runners.dataflow.ptransform_overrides import
CreatePTransformOverride
+ from apache_beam.runners.dataflow.ptransform_overrides import
ReadPTransformOverride
_PTRANSFORM_OVERRIDES = [
CreatePTransformOverride(),
]
+ SDF_PTRANSFORM_OVERRIDES = [
Review comment:
```suggestion
_SDF_PTRANSFORM_OVERRIDES = [
```
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 251081)
Time Spent: 0.5h (was: 20m)
> BoundedSource->SDF needs a wrapper in Python SDK
> -------------------------------------------------
>
> Key: BEAM-7443
> URL: https://issues.apache.org/jira/browse/BEAM-7443
> Project: Beam
> Issue Type: New Feature
> Components: sdk-py-core
> Reporter: Boyuan Zhang
> Assignee: Boyuan Zhang
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)