[ https://issues.apache.org/jira/browse/AVRO-3609?focusedWorklogId=800943&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-800943 ]
ASF GitHub Bot logged work on AVRO-3609: ---------------------------------------- Author: ASF GitHub Bot Created on: 16/Aug/22 12:46 Start Date: 16/Aug/22 12:46 Worklog Time Spent: 10m Work Description: martin-g opened a new pull request, #1829: URL: https://github.com/apache/avro/pull/1829 ### Jira - [X] https://issues.apache.org/jira/browse/AVRO-3609 ### Tests - [X] My PR adds unit tests ### Commits - [X] My commits all reference Jira issues in their subject lines. In addition, my commits follow the guidelines from "[How to write a good git commit message](https://chris.beams.io/posts/git-commit/)": 1. Subject is separated from body by a blank line 1. Subject is limited to 50 characters (not including Jira issue reference) 1. Subject does not end with a period 1. Subject uses the imperative mood ("add", not "adding") 1. Body wraps at 72 characters 1. Body explains "what" and "why", not "how" ### Documentation - [X] Adds rustdoc Issue Time Tracking ------------------- Worklog Id: (was: 800943) Remaining Estimate: 0h Time Spent: 10m > 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 > Priority: Major > Fix For: 1.11.1, 1.12.0 > > Time Spent: 10m > Remaining Estimate: 0h > > 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)