You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "lionel untereiner (Jira)" <ji...@apache.org> on 2022/08/16 12:02:00 UTC

[jira] [Created] (AVRO-3609) support custom attributes

lionel untereiner created AVRO-3609:
---------------------------------------

             Summary: support custom attributes
                 Key: AVRO-3609
                 URL: https://issues.apache.org/jira/browse/AVRO-3609
             Project: Apache Avro
          Issue Type: Improvement
          Components: rust
            Reporter: lionel untereiner
             Fix For: 1.12.0, 1.11.1


Custom attributes are allowed as per Avro specification : [https://avro.apache.org/docs/current/spec.html#schemas|https://www.google.com/url?q=https://avro.apache.org/docs/current/spec.html%23schemas&sa=D&source=buganizer&usg=AOvVaw3JfXMgFX6Eq0Fd0TjDzgb1] 

They are allowed at schema objects and field level.

But Avro rust implementation does not support custom attributes at all.

Update implementation to support custom attributes at schema level and field level.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)