You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/08/02 17:56:57 UTC

[beam] branch master updated (649aba43343 -> 3d7f6028d81)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 649aba43343 Downgrade less informative logs during write to files (#22273)
     add 7006044a9c7 add zstd compression support according to issue 22393
     add 0a8a6134e99 Regenerate the container dependencies.
     new 3d7f6028d81 Add zstd compression/decompression support #22419

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md                                         |  1 +
 sdks/python/apache_beam/io/filesystem.py           | 23 ++++++++++++++++++-
 sdks/python/apache_beam/io/filesystem_test.py      | 26 +++++++++++++++++-----
 .../container/py37/base_image_requirements.txt     |  9 ++++----
 .../container/py38/base_image_requirements.txt     | 11 ++++-----
 .../container/py39/base_image_requirements.txt     | 11 ++++-----
 sdks/python/setup.py                               |  1 +
 7 files changed, 61 insertions(+), 21 deletions(-)


[beam] 01/01: Add zstd compression/decompression support #22419

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 3d7f6028d818468bf61bb1347adae642e17c2dae
Merge: 649aba43343 0a8a6134e99
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Tue Aug 2 12:56:51 2022 -0500

    Add zstd compression/decompression support #22419

 CHANGES.md                                         |  1 +
 sdks/python/apache_beam/io/filesystem.py           | 23 ++++++++++++++++++-
 sdks/python/apache_beam/io/filesystem_test.py      | 26 +++++++++++++++++-----
 .../container/py37/base_image_requirements.txt     |  9 ++++----
 .../container/py38/base_image_requirements.txt     | 11 ++++-----
 .../container/py39/base_image_requirements.txt     | 11 ++++-----
 sdks/python/setup.py                               |  1 +
 7 files changed, 61 insertions(+), 21 deletions(-)