This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
ndjson::read::infer
does not maintain proper column ordering
#1200
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
version:
{ git = "https://github.com/jorgecarleitao/arrow2", rev = "8604cb760b8ac475d7968b714d47e4ff714c61a1", default-features = false }
rust version:
Expected
The ordering of the original Json should be maintained when inferring the datatype.
Actual
The ordering appears to be deterministic, but not in the correct order. Multiple runs of the code seems to always produce
[bools, f64, u64, utf8]
instead of the expected[u64, f64, utf8, bools]
The text was updated successfully, but these errors were encountered: