apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.89k stars 4.27k forks source link

Fix post-commit python failure. #33083

Closed shunping closed 1 week ago

shunping commented 1 week ago

addresses #30513 regarding docker error (https://github.com/apache/beam/issues/30513#issuecomment-2468551929)

github-actions[bot] commented 1 week ago

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @jrmccluskey for label python. R: @Abacn for label build.

Available commands:

The PR bot will only process comments in the main thread (not review comments).

shunping commented 1 week ago

My fix doesn't clear the PostCommit Python problem. The previous docker problem is gone, but now there are other problems related to it. I am going to revert https://github.com/apache/beam/commit/81f35ab62298a2ec9fadeded82461b363b6401db then.