[ 
https://issues.apache.org/jira/browse/BEAM-8597?focusedWorklogId=341657&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-341657
 ]

ASF GitHub Bot logged work on BEAM-8597:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Nov/19 04:26
            Start Date: 12/Nov/19 04:26
    Worklog Time Spent: 10m 
      Work Description: robertwb commented on pull request #10043: [BEAM-8597] 
Allow TestStream trigger tests to run on other runners.
URL: https://github.com/apache/beam/pull/10043#discussion_r345012835
 
 

 ##########
 File path: sdks/python/apache_beam/testing/test_stream.py
 ##########
 @@ -66,6 +68,28 @@ def __ne__(self, other):
     # TODO(BEAM-5949): Needed for Python 2 compatibility.
     return not self == other
 
+  @abstractmethod
+  def to_runner_api(self, element_coder):
+    raise NotImplementedError
+
+  @staticmethod
+  def from_runner_api(proto, element_coder):
 
 Review comment:
   Yes, exactly. This is not a user-extensible set. (Also, the logic is 
trivial, so not worth the noise of delegating.)
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 341657)
    Time Spent: 1h  (was: 50m)

> Allow TestStream trigger tests to run on other runners.
> -------------------------------------------------------
>
>                 Key: BEAM-8597
>                 URL: https://issues.apache.org/jira/browse/BEAM-8597
>             Project: Beam
>          Issue Type: Improvement
>          Components: testing
>            Reporter: Robert Bradshaw
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to