Hi, Are you using the DataStream API to read parquet file? Why not use Flink SQL to read the it?
The ParquetRowInputFormat has been removed, you can use ParquetColumnarRowInputFormat in 1.17.1. Best, Ron Hou, Lijuan via user <user@flink.apache.org> 于2023年9月12日周二 05:49写道: > Hi team, > > > > Is there any defined way to read Parquet files for flink 1.17.1? I did > some search, and found this > <https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/connectors/dataset/formats/parquet/#:~:text=In%20order%20to%20read%20data,oriented%20records)%20from%20parquet%20files> > for > flink 1.13.6, using ParquetRowInputFormat, which seems not exist anymore in > flink 1.17.1. Any examples on the implementation? Thanks! > > > > Best, > Lijuan > > >