zcsizmadia commented on PR #1622: URL: https://github.com/apache/avro/pull/1622#issuecomment-1110050859
Do you refer to the default value handling for fixed and bytes, or how the data is stored? Can you post the documentation you refer to as fixed and bytes are stored as UTF-8? About the default value encode code, I am not sure what the origonal intention was, however the way I read it, it seems to be correct. With the note that `"\u1234"` is not alowed sepcifying the default value for fixed or bytes. It must be `"\u00??...` or `\x??` format. -- 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]
