You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org> on 2018/12/30 05:34:00 UTC

[jira] [Updated] (AVRO-1612) typo in documentation for "fixed" type

     [ https://issues.apache.org/jira/browse/AVRO-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvalluvan M. G. updated AVRO-1612:
--------------------------------------
    Component/s: spec

> typo in documentation for "fixed" type
> --------------------------------------
>
>                 Key: AVRO-1612
>                 URL: https://issues.apache.org/jira/browse/AVRO-1612
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: spec
>            Reporter: Peter Amstutz
>            Priority: Minor
>
> There appears to be a cut-and-paste error in the documentation for the "Fixed" type.  The "namespace" and "aliases" fields probably shouldn't be there.
> Text of the current online documentation  (1.7.7):
> https://avro.apache.org/docs/current/spec.html#Fixed
> Fixed
> Fixed uses the type name "fixed" and supports two attributes:
>     name: a string naming this fixed (required).
>     namespace, a string that qualifies the name;
>     aliases: a JSON array of strings, providing alternate names for this enum (optional).
>     size: an integer, specifying the number of bytes per value (required).
> For example, 16-byte quantity may be declared with:
> {"type": "fixed", "size": 16, "name": "md5"}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)