-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with reading string column in a feather file #109
Comments
I'm pretty sure this is a @quinnj , any thoughts on the FlatBuffers end of this? It seems that all of the strings getting passed to the |
@rjkat has done some overhauling recently of FlatBuffers.jl; perhaps he has an idea what's going on. |
This is related to the behaviour of default values for string fields. In 0.5 they changed from |
Great thanks. Of course, please let us know if something will ultimately need to be changed. |
That may have fixed it. I'm hitting another error, but I think it's unrelated. I'll investigate a bit before closing this issue. Thanks. |
Confirmed, this is now fixed. Thanks! |
I have a feather file that is giving me the following error in a fresh Julia session:
The feather file opens without any problems in R. I assume the issue is with a single column containing string UUIDs, because all other columns are of doubles. I don't see anything obvious that's wrong with the file (there are no NA or Nothing entries in the UUID column, for example).
This is with Feather v0.5.1, and Arrow v0.2.3
The text was updated successfully, but these errors were encountered: