shunping commented on code in PR #37331:
URL: https://github.com/apache/beam/pull/37331#discussion_r2756470575
##########
sdks/python/container/boot.go:
##########
@@ -155,6 +187,13 @@ func launchSDKProcess() error {
logger.Fatalf(ctx, "Failed to convert pipeline options: %v",
err)
}
+ experiments := getExperiments(options)
Review Comment:
On a second thought, I think we may put that into
https://github.com/apache/beam/blob/master/sdks/go/container/tools/pipeline_options.go.
The parsing of pipeline options in json format seems to be only used in
`boot.go` for different SDKs.
--
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]