Closed briggleman closed 7 years ago
Changed writer to writer = Avro::DataFile::Writer.new(buffer, writer, @schema) from BinaryEncoder. Tested against Avro 1.8.1
writer = Avro::DataFile::Writer.new(buffer, writer, @schema)
BinaryEncoder
Avro 1.8.1
correcting issue with tests, schema_json, schema_file which i removed for my personal build.
Changed writer to
writer = Avro::DataFile::Writer.new(buffer, writer, @schema)
fromBinaryEncoder
. Tested againstAvro 1.8.1