jrmccluskey commented on a change in pull request #16228:
URL: https://github.com/apache/beam/pull/16228#discussion_r772500933
##########
File path: sdks/go/pkg/beam/core/runtime/xlangx/expansionx/download.go
##########
@@ -58,6 +58,10 @@ func GetBeamJar(gradleTarget, version string) (string,
error) {
}
func (j *jarGetter) getJar(gradleTarget, version string) (string, error) {
+ if strings.Contains(version, ".dev") {
Review comment:
It's worth noting that the Python SDK also routes .dev versioning
through gradle ([code reference
here](https://github.com/apache/beam/blob/8e217ea0d1f383ef5033ef507b14d01edf9c67e6/sdks/python/apache_beam/utils/subprocess_server.py#L233))
I could move the check to after the local cache check to fully emulate the
Python if we wanted to though.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]