mjakubowski84 / parquet4s

Read and write Parquet in Scala. Use Scala classes as schema. No need to start a cluster.
https://mjakubowski84.github.io/parquet4s/
MIT License
283 stars 65 forks source link

Expose all new Parquet options in Options #278

Closed mjakubowski84 closed 1 year ago

mjakubowski84 commented 2 years ago

There are many new options that are missing in the writer and/or reader, like the bloom filter. Let's add them.

saucam commented 1 year ago

@mjakubowski84, I added new options from the library in #297 , please take a look!