Skip to content

Error reading file #46

@davidanthoff

Description

@davidanthoff

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions