You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/12/09 18:20:00 UTC

[jira] [Work logged] (AVRO-2019) Improve documentation for logical type annotations in IDL

     [ https://issues.apache.org/jira/browse/AVRO-2019?focusedWorklogId=693452&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-693452 ]

ASF GitHub Bot logged work on AVRO-2019:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Dec/21 18:19
            Start Date: 09/Dec/21 18:19
    Worklog Time Spent: 10m 
      Work Description: RyanSkraba merged pull request #1413:
URL: https://github.com/apache/avro/pull/1413


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 693452)
    Time Spent: 0.5h  (was: 20m)

> 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)