-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
I'm on julia 0.6 RC2 on Windows. Feather version is 0.2.5, DataStreams is 0.1.3.
I'm trying to read this file with
Feather.read("test-output.feather")I get the following error message:
ERROR: type is immutable
Stacktrace:
[1] setrows!(::Feather.Source, ::Int64) at C:\Users\anthoff\.julia\v0.6\DataStreams\src\DataStreams.jl:56
[2] stream!(::Feather.Source, ::Type{DataStreams.Data.Column}, ::DataFrames.DataFrame, ::DataStreams.Data.Schema{true}, ::DataStreams.Data.Schema{true}, ::Array{Function,1}) at C:\Users\anthoff\.julia\v0.6\DataStreams\src\DataStreams.jl:239
[3] #stream!#5(::Array{Any,1}, ::Function, ::Feather.Source, ::Type{DataFrames.DataFrame}, ::Bool, ::Dict{Int64,Function}) at C:\Users\anthoff\.julia\v0.6\DataStreams\src\DataStreams.jl:151
[4] #read#19 at C:\Users\anthoff\.julia\v0.6\Feather\src\Feather.jl:249 [inlined]
[5] read(::String, ::Type{DataFrames.DataFrame}) at C:\Users\anthoff\.julia\v0.6\Feather\src\Feather.jl:249
[6] read(::String) at C:\Users\anthoff\.julia\v0.6\Feather\src\Feather.jl:243
Reading the same file on R seems to work.
Metadata
Metadata
Assignees
Labels
No labels