You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2009/11/25 23:55:39 UTC

[jira] Commented: (AVRO-242) add support for per-schema metadata

    [ https://issues.apache.org/jira/browse/AVRO-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782664#action_12782664 ] 

Doug Cutting commented on AVRO-242:
-----------------------------------

The API might be something like:

public String getProperty(String name);
public Schema addProperty(String name, String value);

Adding a value creates and returns new schema with the new value.  The original schema remains unmodified.

> add support for per-schema metadata
> -----------------------------------
>
>                 Key: AVRO-242
>                 URL: https://issues.apache.org/jira/browse/AVRO-242
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Doug Cutting
>            Assignee: Doug Cutting
>             Fix For: 1.3.0
>
>
> The Avro specification permits schema json to contain other property names to be used besides those listed in the specification.  I propose adding support to Java for getting and setting these.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.