Re: Parquet files in streaming mode

2021-12-27 Thread Martijn Visser
Hi, Have you looked into File Compaction (which is supported in the Table/SQL side)? [1] Best regards, Martijn [1] https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/filesystem/#file-compaction On Mon, 27 Dec 2021 at 16:10, Deepak Sharma wrote: > I would suggest takin

Re: Parquet files in streaming mode

2021-12-27 Thread Deepak Sharma
I would suggest taking a look at CheckpointRollingPolicy. You need to extend it and override the default behviors in your FileSink. HTH. Thanks Deepak On Mon, Dec 27, 2021 at 8:13 PM Mathieu D wrote: > Hello, > > We’re trying to use a Parquet file sink to output files in s3. > > When running i