Andrew Rosca created AVRO-2019:
----------------------------------
Summary: Improve documentation for logical type annotations in IDL
Key: AVRO-2019
URL: https://issues.apache.org/jira/browse/AVRO-2019
Project: Avro
Issue Type: Improvement
Components: doc, logical types
Reporter: Andrew Rosca
Priority: Minor
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}
Also not documented are logical type shortcuts:
{code}
protocol test {
record test {
timestamp_ms time;
}
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)