[
https://issues.apache.org/jira/browse/BEAM-6747?focusedWorklogId=226387&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-226387
]
ASF GitHub Bot logged work on BEAM-6747:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Apr/19 22:37
Start Date: 11/Apr/19 22:37
Worklog Time Spent: 10m
Work Description: ihji commented on pull request #7954: [BEAM-6747]
Adding ExternalTransform in JavaSDK
URL: https://github.com/apache/beam/pull/7954#discussion_r274691801
##########
File path: runners/flink/job-server/flink_job_server.gradle
##########
@@ -155,3 +156,24 @@ task validatesPortableRunner() {
dependsOn validatesPortableRunnerBatch
dependsOn validatesPortableRunnerStreaming
}
+
+project.ext.validatesCrossLanguageTransforms =
+ createPortableValidatesRunnerTask(
Review comment:
`validatesCrossLanguageTransforms` task runs `ExternalTest`. It will be
replaced with `validateCrossLanguageRunner` task when #8174 is done but I added
it here for the completeness of this PR.
----------------------------------------------------------------
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: 226387)
Time Spent: 5.5h (was: 5h 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: 5.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)