[
https://issues.apache.org/jira/browse/AVRO-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456658#comment-17456658
]
ASF subversion and git services commented on AVRO-2019:
-------------------------------------------------------
Commit d206242f3f8438421122accb87898a28eda1ea75 in avro's branch
refs/heads/master from Oscar Westra van Holthe - Kind
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=d206242 ]
AVRO-2019: Improve documentation for logical type annotation (#1413)
This is the 2017 patch from Andrew Rosca, documenting using @logicalType
to allow arbitrary logical types in IDL.
> Improve documentation for logical type annotations in IDL
> ---------------------------------------------------------
>
> Key: AVRO-2019
> URL: https://issues.apache.org/jira/browse/AVRO-2019
> Project: Apache Avro
> Issue Type: Improvement
> Components: doc, logical types
> Reporter: Andrew Rosca
> Assignee: Andrew Rosca
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.11.1
>
> Attachments: AVRO-2019.patch
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The IDL documentation lacks information for how annotations can be specified
> for logical types, like in the following example:
> {code}
> protocol test {
> record test {
> @logicalType("timestamp-millis")
> long time;
> }
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)