KalleOlaviNiemitalo commented on PR #2652: URL: https://github.com/apache/avro/pull/2652#issuecomment-1869561268
Please add to the specification, with an example of how the same UUID would be serialised as `string` and as `fixed`, so that there is no doubt about the byte order. Perhaps also notes about: - whether a UUID field with a *sort order* specified will be sorted differently if the underlying type is changed from string to fixed or vice versa - upper vs. lower case distinction not being preserved if UUID is not encoded as string - changing the underlying type not being supported in schema evolution Please add a Java test for whether the byte order is correct, preferably using the same UUID as in the spec example. -- 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]
