elodina / go-avro

Apache Avro for Golang
http://elodina.github.io/go-avro/
Apache License 2.0
129 stars 55 forks source link

Bug Report #90

Open ColaMint opened 7 years ago

ColaMint commented 7 years ago

https://github.com/elodina/go-avro/blob/master/schema.go#L1102 the default value of the field is converted into specific type

https://github.com/elodina/go-avro/blob/master/codegen.go#L485 the type of the default value is no longer float64

crast commented 7 years ago

@Everley1993 This repo is dead for over 1yr now... go over to https://github.com/go-avro/avro where I've made a number of fixes and performance improvements