This is an automated email from the ASF dual-hosted git repository.
lcwik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 91473c0579a Add GetSize implementation for DetectNewPartitions SDF
(#23997)
add a2d33ce759c Add ZstdCoder to wrap coders with Zstandard compression
(#24093)
No new revisions were added by this update.
Summary of changes:
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 10 +-
sdks/java/core/build.gradle | 1 +
.../java/org/apache/beam/sdk/coders/ZstdCoder.java | 179 +++++++++++++++++++++
.../org/apache/beam/sdk/coders/ZstdCoderTest.java | 169 +++++++++++++++++++
.../apache/beam/sdk/io/CompressedSourceTest.java | 2 +-
5 files changed, 357 insertions(+), 4 deletions(-)
create mode 100644
sdks/java/core/src/main/java/org/apache/beam/sdk/coders/ZstdCoder.java
create mode 100644
sdks/java/core/src/test/java/org/apache/beam/sdk/coders/ZstdCoderTest.java