shunping commented on code in PR #37331:
URL: https://github.com/apache/beam/pull/37331#discussion_r2734270269
##########
sdks/python/container/boot.go:
##########
@@ -155,6 +155,12 @@ func launchSDKProcess() error {
logger.Fatalf(ctx, "Failed to convert pipeline options: %v",
err)
}
+ pipNoBuildIsolation = false
+ if strings.Contains(options, "pip_no_build_isolation") {
Review Comment:
Sure, please see the latest commit.
However, I should note that the previous method is seen at a few other
`boot.go` files. For example:
https://github.com/apache/beam/blob/672b888eeccba9d6b7c388498e18808edef294f4/sdks/java/container/boot.go#L147
https://github.com/apache/beam/blob/52b9910f3a7109baeeba9c69fa9b304c47227b61/sdks/go/container/boot.go#L209
--
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]