Commits


Christophe Le Saec authored and GitHub committed b0e44bdf619
AVRO-3918: Add UUID with `fixed[16]` (#2652) * AVRO-3918: add uuid with bytes and fixed * AVRO-3918: add licence * AVRO-3918: change spec * AVRO-3918: force big endian mode for long value * AVRO-3918: remove inefficient uuid bytes storage * AVRO-3918: enforce network byte order As stated in RFC 4122 section 4.1.2, UUIDs are in network byte order. Also added a test for string based UUID conversion. * Use buffer instead --------- Co-authored-by: Oscar Westra van Holthe - Kind <opwvhk@apache.org> Co-authored-by: Fokko Driesprong <fokko@tabular.io>