lostluck commented on issue #23453: URL: https://github.com/apache/beam/issues/23453#issuecomment-1264015162
Answer from @chamikaramj : for Xlang, the host SDK needs to do the translation of paths. Expansion services have no idea if a request is to be used on Dataflow or not (or whatever runner is executing their reponses). So the Go Dataflow runner package will need to simply take the default beam image paths, and make the substitutions itself uniformly for all environments in the pipeline. Around here: https://github.com/apache/beam/blob/56d10f3f9cf1292d214d585b59b4fee9d1bc8f3e/sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go#L109 -- 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]
