distributed-dataset icon indicating copy to clipboard operation
distributed-dataset copied to clipboard

Parquet Support

Open utdemir opened this issue 6 years ago • 1 comments

Parquet is a commonly used data format, but sadly Haskell ecosystem is lacking a mature library.

If we implement a library to encode/decode Parquet files, we can both use it in this library and it will be a nice addition to the Haskell ecosystem.

There is one old incomplete attempt implementing a Parquet reader in Haskell here: https://github.com/laurencer/parquet-haskell

utdemir avatar Jun 25 '19 10:06 utdemir

PR #26 is working on this.

utdemir avatar Dec 12 '19 22:12 utdemir