[
https://issues.apache.org/jira/browse/BEAM-2887?focusedWorklogId=151079&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-151079
]
ASF GitHub Bot logged work on BEAM-2887:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Oct/18 08:44
Start Date: 04/Oct/18 08:44
Worklog Time Spent: 10m
Work Description: robertwb commented on a change in pull request #6504:
[BEAM-2887] Remove special FnApi version of wordcount.
URL: https://github.com/apache/beam/pull/6504#discussion_r222584017
##########
File path: sdks/python/apache_beam/examples/wordcount_it_test.py
##########
@@ -45,6 +44,13 @@ class WordCountIT(unittest.TestCase):
@attr('IT')
def test_wordcount_it(self):
+ self._run_wordcount_it()
+
+ @attr('IT', 'ValidatesContainer')
+ def test_wordcount_fnapi_it(self):
+ self._run_wordcount_it(experiment='beam_fn_api')
+
+ def _run_wordcount_it(self, **opts):
Review comment:
Oh, yes, this was completely lost in the refactor. Thanks for catching this!
----------------------------------------------------------------
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: 151079)
Time Spent: 50m (was: 40m)
> Python SDK support for portable pipelines
> -----------------------------------------
>
> Key: BEAM-2887
> URL: https://issues.apache.org/jira/browse/BEAM-2887
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Henning Rohde
> Assignee: Ahmet Altay
> Priority: Major
> Labels: portability
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)