Ryan Blue created PARQUET-569:
---------------------------------
Summary: ParquetMetadataConverter offset filter is broken
Key: PARQUET-569
URL: https://issues.apache.org/jira/browse/PARQUET-569
Project: Parquet
Issue Type: Bug
Components: parquet-mr
Reporter: Ryan Blue
Fix For: 1.9.0
The commit for PARQUET-384 moved block filtering by offset that was happening
in the record reader into ParquetMetadataConverter using the same codepath as
the existing range filter. This broke the offset filtering because the offsets
actually passed to the range filter are row group midpoints.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)