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

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

                Author: ASF GitHub Bot
            Created on: 28/Jan/19 16:37
            Start Date: 28/Jan/19 16:37
    Worklog Time Spent: 10m 
      Work Description: robertwb commented on pull request #7316: [BEAM-6269] 
Cross-SDK transform expansion protocol.
URL: https://github.com/apache/beam/pull/7316#discussion_r251491399
 
 

 ##########
 File path: sdks/python/apache_beam/transforms/external_test.py
 ##########
 @@ -0,0 +1,205 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+"""Unit tests for the transform.util classes."""
+
+from __future__ import absolute_import
+
+import argparse
+import subprocess
+import sys
+import unittest
+
+import grpc
+from past.builtins import unicode
+
+import apache_beam as beam
+from apache_beam.portability import python_urns
+from apache_beam.runners.portability import expansion_service
+from apache_beam.testing.util import assert_that
+from apache_beam.testing.util import equal_to
+from apache_beam.transforms import ptransform
+
+
+class ExternalTransformTest(unittest.TestCase):
 
 Review comment:
   This is run as part of unit 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:
us...@infra.apache.org


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

    Worklog Id:     (was: 191114)
    Time Spent: 4h 50m  (was: 4h 40m)

> Support mixed-language pipelines.
> ---------------------------------
>
>                 Key: BEAM-6269
>                 URL: https://issues.apache.org/jira/browse/BEAM-6269
>             Project: Beam
>          Issue Type: New Feature
>          Components: beam-model, runner-core, sdk-java-core, sdk-py-core
>            Reporter: Robert Bradshaw
>            Assignee: Kenneth Knowles
>            Priority: Major
>             Fix For: Not applicable
>
>          Time Spent: 4h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to