Closed claireh93 closed 6 years ago
Yikes! This is not related to #90, but I think I may have caused it when I was fixing another problem. I can't believe we didn't have tests for this, on it!
Ok, so the reason this wasn't caught is because it was only happening when you create arrays with only empty strings. I have fixed this here. Once that's merged to Arrow I'll tag a release and it will fix this error. You won't need to update Feather itself, but be sure to do up Feather
to make sure Arrow gets updated. If you want the fix sooner, you can clone Arrow master or the PR branch.
This has been fixed in an Arrow PR, but I haven't merged because for some reason I can't get travis to run.
Fixed in Arrow 0.2.3. Once the new tag is merged do up Feather
and it should update the Arrow dependency with the fix.
I get an error when writing data frames that have an empty string in them. This could be related to #90? But it seems to be a much more likely problem! The error is similar on julia v0.6 (shown) and 1.0: