andrusha / snowflake-rs

Snowflake API libraries for Rust
Apache License 2.0
31 stars 26 forks source link

Increase minimum polars-rs version to 0.41 #49

Open tobisinghania opened 4 months ago

tobisinghania commented 4 months ago

Increase the minimum polars-rs version to 0.41 and upgrade the JsonReader instantiation to account for the breaking changes in https://github.com/pola-rs/polars/pull/16770.

This fixes #48.