@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
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