[
https://issues.apache.org/jira/browse/AVRO-2498?focusedWorklogId=663273&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-663273
]
ASF GitHub Bot logged work on AVRO-2498:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Oct/21 20:10
Start Date: 10/Oct/21 20:10
Worklog Time Spent: 10m
Work Description: ferozed closed pull request #1360:
URL: https://github.com/apache/avro/pull/1360
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 663273)
Time Spent: 2h (was: 1h 50m)
> 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
> Labels: pull-request-available
> Time Spent: 2h
> Remaining Estimate: 0h
>
> 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)