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

Fixes !in. Dependency updates. #295

Closed mjakubowski84 closed 1 year ago

mjakubowski84 commented 1 year ago

Upgrades parquet-hadoop to 1.13.0. However, Parquet's internal implementation of in/notIn is also broken. Fixed custom implementation of in so that !in works correctly.