[
https://issues.apache.org/jira/browse/AVRO-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17193069#comment-17193069
]
JBodkin commented on AVRO-2498:
-------------------------------
I think this might be due to the SpecificCompiler not adding these conversions,
there are two places this seems to happen and is missing from both.
[https://github.com/apache/avro/blob/caa3a4265bf0a8e6496b63938bc4ab0b6620683c/lang/java/compiler/src/main/java/org/apache/avro/compiler/specific/SpecificCompiler.java#L366]
[https://github.com/apache/avro/blob/caa3a4265bf0a8e6496b63938bc4ab0b6620683c/lang/java/compiler/src/main/java/org/apache/avro/compiler/specific/SpecificCompiler.java#L101]
I've also noted that local-timestamp-millis, local-timestamp-micros and
duration are missing from this list.
> UUID generation is not working avro 1.9 version
> -----------------------------------------------
>
> Key: AVRO-2498
> URL: https://issues.apache.org/jira/browse/AVRO-2498
> Project: Apache Avro
> Issue Type: Bug
> Reporter: Raj G
> Priority: Major
>
> Hi,
>
> I've downloaded avro-tools 1.9 jar and trying to generate a java file from an
> avro schema using below command
>
> java -jar avro-tools-1.9.0.jar compile schema ./myschema.avsc ./avro_java
>
> and have below schema in my .avsc file to generate a UUID field
> {
> "name": "myField",
> "type": {
> "type": "long",
> "logicalType": "uuid"
> }
> }
>
> But this is generating a long field instead of UUID type. Please suggest.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)