lostluck commented on code in PR #33705:
URL: https://github.com/apache/beam/pull/33705#discussion_r1924491636


##########
sdks/go/pkg/beam/runners/prism/internal/environments.go:
##########
@@ -83,6 +96,33 @@ func runEnvironment(ctx context.Context, j *jobservices.Job, 
env string, wk *wor
        }
 }
 
+func selectAnyOfEnv(ap *pipepb.AnyOfEnvironmentPayload) *pipepb.Environment {
+       // Prefer external, then process, then docker, unknown environments are 
0.
+       ranks := map[string]int{

Review Comment:
   I don't believe we do. We could, but I think we shouldn't.
   
   I'd say it's to Beam's benefit to *not* encourage that sort of thing.



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