[
https://issues.apache.org/jira/browse/BEAM-6365?focusedWorklogId=183182&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-183182
]
ASF GitHub Bot logged work on BEAM-6365:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jan/19 17:27
Start Date: 09/Jan/19 17:27
Worklog Time Spent: 10m
Work Description: jklukas commented on issue #7416: [BEAM-6365] Add
ZStandard compression support for Java SDK
URL: https://github.com/apache/beam/pull/7416#issuecomment-452780353
We could move `zstd-jni` to a test dependency and document that users will
need to add that dependency on their own. If the lib isn't present, you'll see
runtime errors about a class not being found. We could catch that error and
output a message that users are expected to provide `zstd-jni`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 183182)
Time Spent: 1h 20m (was: 1h 10m)
> Add ZStandard compression support for Java SDK
> ----------------------------------------------
>
> Key: BEAM-6365
> URL: https://issues.apache.org/jira/browse/BEAM-6365
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Jeff Klukas
> Assignee: Jeff Klukas
> Priority: Minor
> Labels: has-pr
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> ZStandard (zstd) compression has been gaining popularity since its
> introduction a few years ago. It is supported in commons-compress, the
> library we already use for handling file compression and decompression in
> various formats, so should be straightforward to add support in the Java SDK
> by adding a ZSTD enum value in Compression.java.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)