[
https://issues.apache.org/jira/browse/BEAM-5800?focusedWorklogId=160066&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-160066
]
ASF GitHub Bot logged work on BEAM-5800:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Oct/18 17:01
Start Date: 29/Oct/18 17:01
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #6760:
[BEAM-5800] Support WordCountIT using fn-api worker
URL: https://github.com/apache/beam/pull/6760#discussion_r229010021
##########
File path: runners/google-cloud-dataflow-java/examples/build.gradle
##########
@@ -22,8 +22,16 @@ apply plugin: org.apache.beam.gradle.BeamModulePlugin
applyJavaNature(publish: false)
// Evaluate the given project before this one, to allow referencing
// its sourceSets.test.output directly.
-evaluationDependsOn(":beam-examples-java")
-evaluationDependsOn(":beam-runners-google-cloud-dataflow-java-legacy-worker")
+def evaluationDependsOnList = [
Review comment:
nit: Putting this in a list doesn't help readability since the list isn't
being re-used. Also turned 4 lines into 10.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 160066)
Time Spent: 2h 50m (was: 2h 40m)
> Support WordCountIT using fn-api worker
> ---------------------------------------
>
> Key: BEAM-5800
> URL: https://issues.apache.org/jira/browse/BEAM-5800
> Project: Beam
> Issue Type: Sub-task
> Components: runner-dataflow
> Reporter: Boyuan Zhang
> Assignee: Boyuan Zhang
> Priority: Major
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)