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

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

                Author: ASF GitHub Bot
            Created on: 12/Mar/19 18:13
            Start Date: 12/Mar/19 18:13
    Worklog Time Spent: 10m 
      Work Description: mxm commented on pull request #7954: [BEAM-6747] Adding 
ExternalTransform in JavaSDK
URL: https://github.com/apache/beam/pull/7954#discussion_r264815342
 
 

 ##########
 File path: 
sdks/python/apache_beam/runners/portability/expansion_service_test.py
 ##########
 @@ -0,0 +1,149 @@
+#
+# 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.
+#
+from __future__ import absolute_import
+
+import argparse
+import concurrent.futures as futures
+import logging
+import sys
+import time
+
+import grpc
+
+import apache_beam as beam
+import apache_beam.transforms.combiners as combine
+from apache_beam.pipeline import PipelineOptions
+from apache_beam.portability.api import beam_expansion_api_pb2_grpc
+from apache_beam.runners.portability import expansion_service
+from apache_beam.transforms import ptransform
+
+
 
 Review comment:
   Could you add a description to this class for the reader to know in which 
context it is being used?
 
----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 211926)
    Time Spent: 2.5h  (was: 2h 20m)

> Adding ExternalTransform in JavaSDK
> -----------------------------------
>
>                 Key: BEAM-6747
>                 URL: https://issues.apache.org/jira/browse/BEAM-6747
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-core
>            Reporter: Heejong Lee
>            Assignee: Heejong Lee
>            Priority: Major
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Adding Java counterpart of Python ExternalTransform for testing Python 
> transforms from pipelines in Java SDK.



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

Reply via email to