avro-kotlin / avro4k

Avro format support for Kotlin
Apache License 2.0
198 stars 37 forks source link

Collections of Byte handled as BYTES or FIXED instead of ARRAY of INT #194

Closed Chuckame closed 4 months ago

Chuckame commented 7 months ago

The BYTES or FIXED should only be used with ByteArray. For all the other bytes collections (list, set, ...) then handle it as

{
   "type": "array",
   "items": "int"
}
Chuckame commented 4 months ago

Released in v2.0.0