You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Files written with Julia's Arrow.jl IPC format have a footer that causes arrow-rs to panic. I think this is a bug on the side of arrow-rs because arrow2 can read them.
Looks like there is a function that assumes there is a footer when there may not be -- looks pretty straight forward to me. I'll try and get a fix up in the next few days if no one else beats me to to it.
Describe the bug
Files written with Julia's Arrow.jl IPC format have a footer that causes arrow-rs to panic. I think this is a bug on the side of
arrow-rs
becausearrow2
can read them.To Reproduce
Reproduced in this small repository.
output
Expected behavior
arrow-rs
should open the file asarrow2
does.The text was updated successfully, but these errors were encountered: