[ https://issues.apache.org/jira/browse/AVRO-2498?focusedWorklogId=663274&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-663274 ]
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 commented on pull request #1360: URL: https://github.com/apache/avro/pull/1360#issuecomment-939545064 This PR is out of date. The latest one for this bug is: https://github.com/apache/avro/pull/1362 -- 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: issues-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 663274) Time Spent: 2h 10m (was: 2h) > 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 10m > 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)