[
https://issues.apache.org/jira/browse/AVRO-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684690#comment-17684690
]
Martin Tzvetanov Grigorov commented on AVRO-3711:
-------------------------------------------------
I think one Jira ticket+PR is OK!
[https://avro.apache.org/docs/1.11.1/idl-language/#default-values] does not
exclude "fixed" type, so I think it should be supported. But yes, I also don't
see any example in the docs and tests.
Precision is the number of digits in a number. Scale is the number of digits to
the right of the decimal point in a number. This is not Avro specific.
You may want to join the ASF Slack #avro channel. It would be easier and maybe
faster to ask questions. **
> Add documentation about uuid in IDL
> -----------------------------------
>
> Key: AVRO-3711
> URL: https://issues.apache.org/jira/browse/AVRO-3711
> Project: Apache Avro
> Issue Type: Improvement
> Components: doc
> Reporter: Santiago Fraire Willemoes
> Assignee: Santiago Fraire Willemoes
> Priority: Minor
>
> It's possible to parse an uuid in IDL using a logical type, but it is not
> documented in the IDL section:
> [https://avro.apache.org/docs/1.11.1/idl-language/#logical-types]
> The following is valid:
> {code:java}
> record SyntaxFields {
> uuid pk = "pepe";
> }{code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)