Steven Aerts created AVRO-4135: ---------------------------------- Summary: C json union encoding is not using full names in key field Key: AVRO-4135 URL: https://issues.apache.org/jira/browse/AVRO-4135 Project: Apache Avro Issue Type: Bug Components: c Affects Versions: 1.11.4 Reporter: Steven Aerts
When encoding a union with a record entry using the {{avro_value_to_json}} in C the key field is encoded without the namespace. This results in an ambiguous json encoding of this union, which cannot be decoded with the java Avro {{{}JsonEncoder{}}}. We have a PR which fixes this behavior. -- This message was sent by Atlassian Jira (v8.20.10#820010)