[ 
https://issues.apache.org/jira/browse/FLINK-16711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jingsong Lee updated FLINK-16711:
---------------------------------
    Summary: Parquet columnar row reader read footer from wrong end  (was: 
ParquetColumnarRowSplitReader read footer from wrong end)

> Parquet columnar row reader 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
>            Priority: Major
>             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)

Reply via email to