JuliaData / Feather.jl

Read and write feather files in pure Julia
https://juliadata.github.io/Feather.jl/stable
Other
109 stars 27 forks source link

make it possible to readwrite from any `IO` object, not just files #113

Closed ExpandingMan closed 5 years ago

ExpandingMan commented 5 years ago

Not sure why in the world I was stupid enough not to do this in the first place. Very useful for, for example, writing to S3 buckets or other IO that doeshn't (or ideally wouldn't) directly involve the file system.

I should be able to get to it soon.

dawbarton commented 5 years ago

This is great! I just came looking for this feature to add compression to feather files.

ExpandingMan commented 5 years ago

The PR seems extremely stuck right now. We seem to be getting a segfault in the container when testing loading the feather in python which I cannot reproduce anywhere else with the same files. I'm wondering if it is a version issue with something in the container, but I can't update the container.