Jingsong Lee created FLINK-16711:
------------------------------------
Summary: ParquetColumnarRowSplitReader read footer from wrong end
Key: FLINK-16711
URL:
https://issues.apache.org/jira/browse/FLINK-16711 Project: Flink
Issue Type: Bug
Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
Reporter: Jingsong Lee
Assignee: Jingsong Lee
Fix For: 1.11.0
{code:java}
readFooter(conf, path, range(splitStart, splitLength))
{code}
Should be:
{code:java}
readFooter(conf, path, range(splitStart, splitStart + splitLength))
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)