Skip to content

Strange behavior on Windows #112

@Rudi79

Description

@Rudi79

Hi, executing the following code in Windows works

 using DataFrames, Feather
 dt = DataFrame(A = rand(10), B = rand(10))
 Feather.write("test.feather",dt)

The resulting file can be loaded in the Windows version of julia,
but if I try to load the file in R, R crashes.
The same code running under Linux results in a file that the same R is able to read just fine.
I am using Windows 10 and Julia 1.1.0. I've tried Feather 0.4.0 and 0.5.1.
I am not sure if this is the right place to submit, because Python is able to read the Feather file generated by the Windows version correctly.

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