[
https://issues.apache.org/jira/browse/BEAM-3742?focusedWorklogId=194599&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-194599
]
ASF GitHub Bot logged work on BEAM-3742:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Feb/19 15:36
Start Date: 05/Feb/19 15:36
Worklog Time Spent: 10m
Work Description: robertwb commented on pull request #7722: [BEAM-3742]
Checkpointing for SDF over FnAPI in Python SDK and FnApiRunner.
URL: https://github.com/apache/beam/pull/7722#discussion_r253915337
##########
File path:
sdks/python/apache_beam/runners/portability/fn_api_runner_transforms.py
##########
@@ -35,9 +37,21 @@
# This module is experimental. No backwards-compatibility guarantees.
-KNOWN_COMPOSITES = frozenset(
- [common_urns.primitives.GROUP_BY_KEY.urn,
- common_urns.composites.COMBINE_PER_KEY.urn])
+KNOWN_COMPOSITES = frozenset([
+ common_urns.primitives.GROUP_BY_KEY.urn,
+ common_urns.composites.COMBINE_PER_KEY.urn])
Review comment:
It's still a composite in the Python SDK... (Yeah, we should fix that, but
that would probably require significant work in the old direct runner which
we'd rather not invest in, and it doesn't really hurt as we ignore its
implementation elsewhere.)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 194599)
Time Spent: 1h 20m (was: 1h 10m)
> Support for running a streaming SDF in Python SDK
> -------------------------------------------------
>
> Key: BEAM-3742
> URL: https://issues.apache.org/jira/browse/BEAM-3742
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-harness
> Reporter: Eugene Kirpichov
> Assignee: Chamikara Jayalath
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)