shunping commented on issue #39235:
URL: https://github.com/apache/beam/issues/39235#issuecomment-4905331933

   I am able to reproduce the above failure on a freshly installed beam 2.74.0 
or 2.75.0rc1. However, the pipeline runs fine on beam 2.73.0 (even with 
`CLOUDSDK_CONTEXT_AWARE_USE_CLIENT_CERTIFICATE`=`true`).
   
   I recorded `pip freeze` for both 2.73.0 and 2.74.0, the diffs are as follows:
   ```
   $ diff freeze-2.73.txt freeze-2.74.txt
   7c7
   < apache-beam==2.73.0
   ---
   > apache-beam==2.74.0
   45c45
   < google-cloud-storage==2.19.0
   ---
   > google-cloud-storage==3.12.0
   ```
   
   Therefore, the upgrading of `google-cloud-storage` seems to be relevant to 
the failure.


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