v2.10.0
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.