Mitja P created AVRO-3675: ----------------------------- Summary: [c++] segmentation fault when creating resolving decoder Key: AVRO-3675 URL: https://issues.apache.org/jira/browse/AVRO-3675 Project: Apache Avro Issue Type: Bug Components: c++ Affects Versions: 1.11.1 Reporter: Mitja P Attachments: data_schema.json, reader_schema.json, validating.cc
We added a new field to our schema but resolving decoder consistently causes segmentation fault. Our new field is an array of records that also have a field that is an array of records. See attached schemas and demo code to reproduce. -- This message was sent by Atlassian Jira (v8.20.10#820010)