This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Sliced ListArrays written to parquet include more data than necessary #1251
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
If a ListArray is sliced and the slice is written to parquet, the entire values array backing the list will be written out, not just the portion of the list in the slice.
Sliced primitive arrays do not exhibit this behavior.
Repro (on 0.14.0 and current head of main (commit 96df5e1))
will create a file with this contents
The text was updated successfully, but these errors were encountered: