This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Write parquet listarray produces incomplete output #967
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
I'm trying to use the
arrow2
crate to write a parquet file with the following schema:I modified the sample code accordingly but for some reason only half of the list values get written. For example, in the code below I write a list of 256 f32 values. However, when I use polars or other tools only 128 show up. Any ideas what is wrong or how can I debug this?
python:
output:
The text was updated successfully, but these errors were encountered: