Open ColaMint opened 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
@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
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