Closed flipp5b closed 1 year ago
Hi @flipp5b. Thanks for your contributions! I am travelling this week. I will have a look at your PR over the weekend.
@mjakubowski84, could you please have a look again? I implemented the same approach for parquet4s-akka. It seemed to me that there's no point adding the custom writer support to parquet4s-core as com.github.mjakubowski84.parquet4s.ParquetWriterImpl
is a pretty thin wrapper around com.github.mjakubowski84.parquet4s.ParquetWriter#InternalWriter
.
Yet, I didn't write the documentation as I don't know where to better place it (fs2/akka-specific pages or separate page).
It looks amazing! Please just add a note in fs2/akka-specific pages, and then we can do a release :)
Done! :)
@mjakubowski84, this draft adds an experimental API to enable writing a single file using custom
ParquetWriter
. WDYT, is this an acceptable approach? This draft touches parquet4s-fs2 only.The usage could look as follows: