Skip to content

v0.1.1 — Fix QVD→Parquet conversion

Choose a tag to compare

@bintocher bintocher released this 23 Mar 11:12
· 32 commits to main since this release

Changes

  • Fix: save_as_parquet() / convert_qvd_to_parquet() / qvd_to_record_batch() no longer panics on QVD files with out-of-bounds symbol indices (treats as NULL)
  • Fix: Updated doc-comments for docs.rs
  • All conversions now work: Parquet→QVD, QVD→Parquet, QVD→Arrow, Arrow→QVD

Install

Rust: cargo add qvd
CLI: cargo install qvd --features cli
Python: pip install qvdrs / uv pip install qvdrs