[
https://issues.apache.org/jira/browse/BEAM-3742?focusedWorklogId=194614&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-194614
]
ASF GitHub Bot logged work on BEAM-3742:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Feb/19 15:46
Start Date: 05/Feb/19 15:46
Worklog Time Spent: 10m
Work Description: mxm 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_r253920683
##########
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:
Ah, wasn't aware of that. Thanks.
----------------------------------------------------------------
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: 194614)
Time Spent: 2h (was: 1h 50m)
> 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: 2h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)