jrmccluskey commented on a change in pull request #16671:
URL: https://github.com/apache/beam/pull/16671#discussion_r797963490



##########
File path: sdks/go/pkg/beam/core/runtime/xlangx/expand.go
##########
@@ -20,9 +20,11 @@ package xlangx
 import (
        "context"
 
+       //      "github.com/apache/beam/sdks/v2/go/pkg/beam/core"

Review comment:
       Out of date, that was removed for testing purposes and has been restored.

##########
File path: sdks/go/pkg/beam/core/runtime/xlangx/expand.go
##########
@@ -140,3 +142,67 @@ func QueryExpansionService(ctx context.Context, p 
*HandlerParams) (*jobpb.Expans
        }
        return res, nil
 }
+
+func startAutomatedExpansionService(gradleTarget string) (func() error, 
string, error) {
+       jarPath, err := expansionx.GetBeamJar(gradleTarget, "2.35.0")

Review comment:
       This was not intentional. 




-- 
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]


Reply via email to