Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Custom attributes are allowed at field level as per Avro specification : https://avro.apache.org/docs/current/spec.html#schemas
But Avro c++ implementation does not support custom attribute at field level.
e.g. following schema cannot be parsed correctly due to presence of "sqlName" attribute.
{
'doc': 'weather warning',
'name': 'weather',
'type': 'record',
'fields': [
,
]
}
Update implementation to support custom attribute at field level.
Attachments
Issue Links
- breaks
-
AVRO-3601 C++ API header contains breaking include
- Resolved
- links to