This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Writing multiple columns using arrow2::io::parquet::write::FileSink
?
#1056
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 am trying to write multiple columns to a parquet file using the async
FileSink
. However, when attempting to adapt the example listed in the docs I end up with the following error when trying to read back the.parquet
file:"The number of columns in the row group (1) must be equal to the number of columns in the schema (2)"
.Any ideas? Am I using the API incorrectly?
I adapted the code as listed in the docs as follows:
The text was updated successfully, but these errors were encountered: