shunping commented on PR #37379:
URL: https://github.com/apache/beam/pull/37379#issuecomment-3929030944

   @Mathdee: Could you also update CHANGES.md to document this change?
   
   I suggest adding a note to the **'New Features/Improvements'** section 
regarding the support for large pipeline options via a file. In the **'Breaking 
Changes'** section, we should also mention that the Python SDK container's 
`boot.go` now passes pipeline options through a file instead of the 
`PIPELINE_OPTIONS` environment variable.
   
   Please note that if a user pairs a new Python SDK container with an older 
SDK version (which does not support the file-based approach), the pipeline 
options will not be recognized and the pipeline will fail. In that case, should 
advise users to ensure their SDK and container versions are synchronized.


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