This is an automated email from the ASF dual-hosted git repository.
iemejia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from d3709b0 Merge pull request #7690: [BEAM-4783] Fix issues created in
#6181
new 6c00f4f [BEAM-6365] Add ZStandard compression support for Java SDK
new 25317b5 [BEAM-6631] Update commons-compress to version 1.18
new c96b096 Merge pull request #7416: [BEAM-6365] Add ZStandard
compression support for Java SDK
The 20016 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:
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 3 +-
sdks/java/core/build.gradle | 1 +
.../org/apache/beam/sdk/io/CompressedSource.java | 15 +++--
.../java/org/apache/beam/sdk/io/Compression.java | 20 +++++++
.../java/org/apache/beam/sdk/io/FileBasedSink.java | 6 ++
.../main/java/org/apache/beam/sdk/io/TextIO.java | 5 +-
.../apache/beam/sdk/io/CompressedSourceTest.java | 65 +++++++++++++++++++++-
7 files changed, 107 insertions(+), 8 deletions(-)