Zhang, Jiawei created AVRO-4177: ----------------------------------- Summary: [C++] Fix ZSTD codec compatibility with Java Avro - Fix codec name Key: AVRO-4177 URL: https://issues.apache.org/jira/browse/AVRO-4177 Project: Apache Avro Issue Type: Sub-task Components: c++, compatibility Reporter: Zhang, Jiawei Fix For: 1.13.0
In Java Avro (and the other language bindings that follow it) ZSTD codec is written into the file metadata as {{{}"zstandard"{}}}, while the C++ implementation wrote {{"zstd"}} incorrectly. -- This message was sent by Atlassian Jira (v8.20.10#820010)