Hi guys, In our use case we consider to write data to AWS S3 in parquet format using Blink Batch mode. As far as I see from one side to write parquet file valid approach is to use StreamingFileSink with Parquet bulk-encoded format, but Based to documentation and tests it works only with OnCheckpointRollingPolicy.
While Blink Batch mode requires disabled checkpoint. Has anyone faced with similar issue?