takebayashi / fluent-plugin-avro

MIT License
12 stars 15 forks source link

changed the writer to Avro::DataFile::Writer #1

Closed briggleman closed 7 years ago

briggleman commented 7 years ago

Changed writer to writer = Avro::DataFile::Writer.new(buffer, writer, @schema) from BinaryEncoder. Tested against Avro 1.8.1

briggleman commented 7 years ago

correcting issue with tests, schema_json, schema_file which i removed for my personal build.