Skip to content

Commit

Permalink
Default value fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinjakubowski authored and mjakubowski84 committed Aug 1, 2019
1 parent d890b3b commit 29c5512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ private[parquet4s] object IndefiniteStreamParquetSink extends IOOps {
maxChunkSize: Int,
chunkWriteTimeWindow: FiniteDuration,
buildChunkPath: ChunkPathBuilder[In] = ChunkPathBuilder.default,
preWriteTransformation: In => ToWrite = identity _,
preWriteTransformation: In => ToWrite = identity[In] _,
postWriteSink: Sink[Seq[In], Mat] = Sink.ignore,
options: ParquetWriter.Options = ParquetWriter.Options()
): Sink[In, Mat] = {
Expand Down

0 comments on commit 29c5512

Please sign in to comment.