ebarreraWL commented on a change in pull request #14475:
URL: https://github.com/apache/beam/pull/14475#discussion_r615148647
##########
File path: sdks/go/examples/build.gradle
##########
@@ -77,3 +77,10 @@ golang {
continueOnFailure = true
}
}
+
+// Run this task to validate the Go environment setup for contributors
Review comment:
True. I merged the master (which already has these changes) with this
branch to remove this from my PR.
##########
File path: sdks/python/build.gradle
##########
@@ -110,3 +110,15 @@ task startPortableRunner {
}
}
}
+
+// Run this task to validate the python environment setup for contributors
+task wordCount {
Review comment:
Fixed.
--
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]