avro
avro copied to clipboard
Avro codec and code generation for Go
Results
42
avro issues
Sort by
recently updated
recently updated
newest added
I use hamba/avro as avro and after last update (https://github.com/hamba/avro/pull/368) the unmarshal was resulting error the following error to me. ``` Timestamp: avro: int64 is unsupported for Avro long and...
Adjustment to the function that determines whether to import AvroTypeGen in the code to be generated
4
The `sort.Search()` function is not producing the desired result for the logic inside the `shouldImportAvroTypeGen()` function. Assuming that the `definitions` slice contains two elements, the first being an element that...