shunping commented on code in PR #37379:
URL: https://github.com/apache/beam/pull/37379#discussion_r2737632399


##########
sdks/python/container/boot.go:
##########
@@ -220,7 +220,18 @@ func launchSDKProcess() error {
 
        // (3) Invoke python
 
-       os.Setenv("PIPELINE_OPTIONS", options)
+       //Commented out -->
+       //os.Setenv("PIPELINE_OPTIONS", options)
+
+       //To prevent crashes if options > ARG_MAX -->

Review Comment:
   Could you follow the comment style of this file to polish your comment here?
   
   Something like:
   ```
   // Write the JSON string of pipeline options into a file to prevent 
`argument list too long` error.
   ```



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