Re: Parquet data stream group converter error

2020-07-04 Thread Jesse Lord
@flink.apache.org Subject: Re: Parquet data stream group converter error Hi, > MessageType schema = reader.getFooter().getFileMetaData().getSchema(); The first thing I'd suggest is to verify that the file contains a valid schema and can be read by some other program, e.g. parquet-tools s

Re: Parquet data stream group converter error

2020-07-03 Thread Khachatryan Roman
Hi, > MessageType schema = reader.getFooter().getFileMetaData().getSchema(); The first thing I'd suggest is to verify that the file contains a valid schema and can be read by some other program, e.g. parquet-tools schema or cat [1]. Regards, Roman On Thu, Jul 2, 2020 at 11:36 PM Jesse Lord wro