Unclaimed project
Are you a maintainer of parquet4s? Claim this project to take control of your public changelog and roadmap.
Changelog
Read and write Parquet in Scala. Use Scala classes as schema. No need to start a cluster.
New features:
isNull and isNotNull to filter by missing values.custom function added to FS2's viaParquet to use custom Parquet builders, e.g. to write a stream of Avro files to Parquet.Improvements and bug fixes:
maxDuration in FS2's viaParquet by giving it a higher priority than regular writes. Thanks to that, rotation by time happens immediately instead of waiting until the pending backlog of data is written first.Updates: