Wenchao Wu created FLINK-36709: ---------------------------------- Summary: Flink parquet will throw exception when reading nested row data with last column is array. Key: FLINK-36709 URL: https://issues.apache.org/jira/browse/FLINK-36709 Project: Flink Issue Type: Bug Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile) Affects Versions: 2.0-preview Reporter: Wenchao Wu Fix For: 2.0.0
When reading parquet data with inner row's last column is array, eg:Row<a int , Row<b int, Array<int>>, the job will failed. -- This message was sent by Atlassian Jira (v8.20.10#820010)