[ 
https://issues.apache.org/jira/browse/AVRO-2498?focusedWorklogId=672234&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-672234
 ]

ASF GitHub Bot logged work on AVRO-2498:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 29/Oct/21 22:15
            Start Date: 29/Oct/21 22:15
    Worklog Time Spent: 10m 
      Work Description: ferozed commented on pull request #1362:
URL: https://github.com/apache/avro/pull/1362#issuecomment-955077823


   @RyanSkraba could you take a look at this and merge it?


-- 
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: 672234)
    Time Spent: 2h 20m  (was: 2h 10m)

> 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 20m
>  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)

Reply via email to