adamviola / parquet-explorer

Explore Parquet files with SQL
MIT License
22 stars 5 forks source link

Parquet file created from pandas cannot be read with compression=“brotli” #22

Open shadowofgost opened 2 months ago

shadowofgost commented 2 months ago

Parquet file created from pandas cannot be read with compression=“brotli” image

Add support compression codec "BROTLI" will be better

adamviola commented 1 month ago

We're using DuckDB under the hood. Looks like they recently merged support for Brotli compression. Leaving this issue open to update the extension when they make their next release.

shadowofgost commented 3 weeks ago

We're using DuckDB under the hood. Looks like they recently merged support for Brotli compression. Leaving this issue open to update the extension when they make their next release. The New version DuckDB is release

adamviola commented 2 weeks ago

Still waiting on the Node version to get v1.1.0. Here's the MR.