Skip to content

v2.10.0

Compare
Choose a tag to compare
@mjakubowski84 mjakubowski84 released this 09 Feb 19:31
· 101 commits to master since this release

This release introduces a new custom function for writing a single file of Parquet in Akka and FS2. By using custom, one can provide own instance of org.apache.parquet.hadoop.ParquetWriter.Builder. That gives the freedom to configure a writer for custom needs, including writing data encoded in Protobuf of Thrift. The API is marked as experimental and can be subject to change in the following releases.
Great thanks to @flipp5b for implementing the new feature.