Skip to content

Commit

Permalink
Merge branch 'apache:master' into enable_flink_on_dataproc
Browse files Browse the repository at this point in the history
  • Loading branch information
victorplusc authored Mar 20, 2022
2 parents 994232d + 096aeef commit b6ccca7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
## Bugfixes

* Fix S3 copy for large objects (Java) ([BEAM-14011](https://issues.apache.org/jira/browse/BEAM-14011))
* Fix quadratic behavior of pipeline canonicalization (Go) ([BEAM-14128](https://issues.apache.org/jira/browse/BEAM-14128))
* This caused unnecessarily long pre-processing times before job submission for large complex pipelines.

## Known Issues

Expand Down
2 changes: 1 addition & 1 deletion sdks/python/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE

COPY target/license_scripts /tmp/license_scripts/
RUN if [ "$pull_licenses" = "true" ] ; then \
pip install 'pip-licenses<3.0.0' pyyaml tenacity && \
pip install 'pip-licenses<4.0.0' pyyaml tenacity && \
python /tmp/license_scripts/pull_licenses_py.py ; \
fi

Expand Down

0 comments on commit b6ccca7

Please sign in to comment.