tvalentyn commented on code in PR #38342:
URL: https://github.com/apache/beam/pull/38342#discussion_r3175822975
##########
sdks/python/container/boot.go:
##########
@@ -410,10 +410,10 @@ func setupVenv(ctx context.Context, logger *tools.Logger,
baseDir, workerId stri
// installSetupPackages installs Beam SDK and user dependencies.
func installSetupPackages(ctx context.Context, logger *tools.Logger, files
[]string, workDir string, requirementsFiles []string) error {
bufLogger := tools.NewBufferedLogger(logger)
- bufLogger.Printf(ctx, "Installing setup packages ...")
+ bufLogger.Printf(ctx, "Installing Beam SDK and user dependencies ...")
Review Comment:
so i'd skip Beam SDK from this line
--
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]