This is what I actually do but I was hoping to be able to get rid of the HadoopOutputForma and be able to use a more comfortable Source/Sink implementation.
On Tue, Jul 21, 2020 at 12:38 PM Jingsong Li <jingsongl...@gmail.com> wrote: > Hi Flavio, > > AvroOutputFormat only supports writing Avro files. > I think you can use `AvroParquetOutputFormat` as a hadoop output format, > and wrap it through Flink `HadoopOutputFormat`. > > Best, > Jingsong > > On Fri, Jul 17, 2020 at 11:59 PM Flavio Pompermaier <pomperma...@okkam.it> > wrote: > >> Hi to all, >> is there a way to write out Parquet-Avro data using BatchTableEnvironment >> with Flink 1.11? >> At the moment I'm using the hadoop ParquetOutputFormat but I hope to be >> able to get rid of it sooner or later..I saw that there's the >> AvroOutputFormat but no support for it using Parquet. >> >> Best, >> Flavio >> > > > -- > Best, Jingsong Lee >