JuliaData / Avro.jl

Pure Julia implementation for reading/writing data in the Avro format
MIT License
16 stars 6 forks source link

Fix reading and writing of compressed avro files. #4

Closed anhi closed 3 years ago

anhi commented 3 years ago

This commit fixes the writing and reading of compressed avro files (closes #3).

I am not sure if there is a more efficient way of converting the type of the compressed data during reading, but this seems to work.

andyferris commented 3 years ago

@quinnj bump