pacman82/odbc2parquet

Compression SNAPPY not possible since version 0.13.2

leo-schick opened this issue · 5 comments

When I create a parquet file with compression snappy the compression is ZSTD even I defined it with --column-compression-default snappy.

This seems to be a bug with a new version because in version 0.8.0 this worked, but with version 0.13.2 this does not work anymore.

I did now a bit testing with the different versions and I could only reproduce this error with the latest version 0.13.2. When I choose version 0.13.1 and below it works out fine.

Thanks again for reporting this behaviour. Still preoccupied investigating the converted type of timestamps. I guess this is due to an update in an upstream version. Either parquet or clap. I'll investigate.

Yea 👍 I was guessing the same. No pressure from my side. For me the timestamp issues are more important than this.

That seems to have been just a really dumb typo on my side than I migrated to the newest clap version.

Released odbc2parquet 0.13.3 which fixes the behaviour.