andrusha / snowflake-rs

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

Bug fix - handle gzip'ed chunks #55

Closed wolf-sigma closed 1 month ago

wolf-sigma commented 1 month ago

While the reqwest docs say that gzip compression is handled natively, my testing showed differently. Testing with a generic trial SF account was causing Arrow de-serialization errors for me.