[ https://issues.apache.org/jira/browse/AVRO-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thiruvalluvan M. G. updated AVRO-2271: -------------------------------------- Issue Type: Improvement (was: Bug) > C++ Support for Custom Fields > ------------------------------ > > Key: AVRO-2271 > URL: https://issues.apache.org/jira/browse/AVRO-2271 > Project: Apache Avro > Issue Type: Improvement > Components: c++ > Affects Versions: 1.8.2 > Reporter: Aniket Mokashi > Assignee: Aniket Mokashi > Priority: Major > > To support following schemas: > > {noformat} > R"({"type": "string", "logicalType": "foo", "sqlType": "datetime"})", > R"({"type": "bytes", "logicalType": "decimal", "precision": 12, "scale": 6, > "sqlType": "datetime"})", > R"({"type": "null", "extra attribute": "custom field"})", > R"({"type": "boolean", "extra1": 1, "extra2": 2, "extra3": 3})", > R"({"type": "fixed", "name": "Test", "size": 1, "extra attribute": 1})", > R"(["null", \{"type": "string", "extra attribute": "custom field"}])", > R"([\{"type": "string", "extra attribute": "custom field"}, "null"])", > {noformat} > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)