Skip to content

pcjentsch/testing_ipc_issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample IPC file is test_ipc/test_julia.ipc

To reproduce error

git clone https://github.com/pcjentsch/testing_ipc_issue.git
cd testing_ipc_issue/test_ipc
cargo run

Output should be

     Running `target/debug/test_ipc`
Ok((Schema { fields: [Field { name: "a", data_type: Int64, is_nullable: false, metadata: {} }], metadata: {} }, [Chunk { arrays: [Int64[1, 2, 3]] }]))
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /home/workaccount/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/arrow-9.0.2/src/ipc/reader.rs:636:44
note: run with `RUST_BACKTRACE=1` environment variable to display a backtracee

recreate arrow ipc file in julia (needs Arrow.jl)

julia make_ipc.jl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published