This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
arrow2::io::ipc::read::reader::FileReader cannot set 0 as projection #594
Labels
bug
Something isn't working
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
Hi, Thanks for the very excellent project!
I would like to parse IPC files, but I cannot set 0 as projection like
arrow2::io::ipc::read::reader::FileReader::new(&mut reader, metadata, vec![0, 1])
. The cause of this seems to come fromarrow2/src/io/ipc/read/reader.rs
Lines 237 to 243 in add3e2a
If projection is
vec![0, 1]
, bothacc
andv
equal 0, so error occurred.It seems that code like this is correct,
Can I create the PR?
The text was updated successfully, but these errors were encountered: