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

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

                Author: ASF GitHub Bot
            Created on: 12/Apr/19 11:37
            Start Date: 12/Apr/19 11:37
    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_r274868845
 
 

 ##########
 File path: 
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/External.java
 ##########
 @@ -43,7 +43,12 @@
 import 
org.apache.beam.vendor.guava.v20_0.com.google.common.collect.ImmutableMap;
 import org.apache.beam.vendor.guava.v20_0.com.google.common.collect.Iterables;
 
-/** Cross-language external transform. */
+/**
+ * Cross-language external transform.
+ *
+ * <p>{@link External} provides a cross-language transform via expansion 
services in non-Java SDKs.
+ * This is a low-level API and mainly for internal use.
+ */
 
 Review comment:
   Since this is part of the API now, we could expand the description here a 
bit, e.g. describing the requirements to use this transform (ExpansionService).
 
----------------------------------------------------------------
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: 226587)
    Time Spent: 5h 40m  (was: 5.5h)

> 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: 5h 40m
>  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