[
https://issues.apache.org/jira/browse/BEAM-2687?focusedWorklogId=151470&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-151470
]
ASF GitHub Bot logged work on BEAM-2687:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Oct/18 01:13
Start Date: 05/Oct/18 01:13
Worklog Time Spent: 10m
Work Description: tweise closed pull request #6579: [BEAM-2687] Skip
test_pardo_timers for Python Flink VR
URL: https://github.com/apache/beam/pull/6579
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/sdks/python/apache_beam/runners/portability/flink_runner_test.py
b/sdks/python/apache_beam/runners/portability/flink_runner_test.py
index 09261c9030b..044e0e9a913 100644
--- a/sdks/python/apache_beam/runners/portability/flink_runner_test.py
+++ b/sdks/python/apache_beam/runners/portability/flink_runner_test.py
@@ -81,6 +81,9 @@ def test_no_subtransform_composite(self):
def test_pardo_state_only(self):
raise unittest.SkipTest("BEAM-2918 - User state not yet supported.")
+ def test_pardo_timers(self):
+ raise unittest.SkipTest("BEAM-4681 - User timers not yet supported.")
+
# Inherits all other tests.
# Run the tests.
----------------------------------------------------------------
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: 151470)
Time Spent: 7h (was: 6h 50m)
> Python SDK support for Stateful Processing
> ------------------------------------------
>
> Key: BEAM-2687
> URL: https://issues.apache.org/jira/browse/BEAM-2687
> Project: Beam
> Issue Type: New Feature
> Components: sdk-py-core
> Reporter: Ahmet Altay
> Assignee: Charles Chen
> Priority: Major
> Time Spent: 7h
> Remaining Estimate: 0h
>
> Python SDK should support stateful processing
> (https://beam.apache.org/blog/2017/02/13/stateful-processing.html)
> In the meantime, runner capability matrix should be updated to show the lack
> of this feature
> (https://beam.apache.org/documentation/runners/capability-matrix/)
> Use this as an umbrella issue for all related issues.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)