Kengo Seki created AVRO-2461:
--------------------------------
Summary: Add compression level support to avro-tools' fromjson and
recodec
Key: AVRO-2461
URL: https://issues.apache.org/jira/browse/AVRO-2461
Project: Apache Avro
Issue Type: Improvement
Components: java, tools
Reporter: Kengo Seki
Assignee: Kengo Seki
These commands have the {{--level}} option, but it's applied only to deflate
and xz.
{code}
$ java -jar avro-tools-1.9.0.jar fromjson
Expected 1 arg: input_file
Option Description
------ -----------
--codec <String> Compression codec (default: null)
--level <Integer> Compression level (only applies to deflate and xz)
(default: -1)
{code}
Zstandard also has compression level feature, so it'd be useful if users can
specify it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)