This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Add integration tests for writing to parquet #80
Labels
enhancement
An improvement to an existing feature
Currently we generate parquet files from pyarrow and read them from Rust. Let's add the other way around: write from Rust and read from pyarrow.
This will require a small executable that writes them, so that python can call it when running the tests.
The text was updated successfully, but these errors were encountered: