You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by Grant Overby <gr...@gmail.com> on 2014/05/12 18:54:01 UTC

Python Avro API

Can the python avro api encode to an in memory byte array instead of
writing to a file?

If so, a code sample would be wonderful.

I've tried using io.BytesIO but received: AttributeError: '_io.BytesIO'
object has no attribute 'write_long'

Thanks,
Grant