Skip to content

PARQUET-569: Separate metadata filtering for ranges and offsets. - #337

Closed
rdblue wants to merge 2 commits into
apache:masterfrom
rdblue:PARQUET-569-fix-metadata-filter
Closed

PARQUET-569: Separate metadata filtering for ranges and offsets.#337
rdblue wants to merge 2 commits into
apache:masterfrom
rdblue:PARQUET-569-fix-metadata-filter

Conversation

@rdblue

@rdblue rdblue commented Mar 23, 2016

Copy link
Copy Markdown
Contributor

Range filtering should use the row group midpoint and offset filtering
should use the start offset.

Range filtering should use the row group midpoint and offset filtering
should use the start offset.
@julienledem

Copy link
Copy Markdown
Member

do we need to add tests for this? I presume the previous behavior was wrong?

@rdblue

rdblue commented Apr 17, 2016

Copy link
Copy Markdown
Contributor Author

Yes, the previous behavior was wrong. I'll add a test.

@rdblue

rdblue commented Apr 17, 2016

Copy link
Copy Markdown
Contributor Author

@julienledem, I added a test so this is good to go. We've also verified that it fixes the bug in Hive.

@julienledem

Copy link
Copy Markdown
Member

+1

@asfgit asfgit closed this in 2f22533 Apr 23, 2016
piyushnarang pushed a commit to piyushnarang/parquet-mr that referenced this pull request Jun 15, 2016
Range filtering should use the row group midpoint and offset filtering
should use the start offset.

Author: Ryan Blue <blue@apache.org>

Closes apache#337 from rdblue/PARQUET-569-fix-metadata-filter and squashes the following commits:

6171af4 [Ryan Blue] PARQUET-569: Add tests for new offset metadata filter.
3fe2d5e [Ryan Blue] PARQUET-569: Separate metadata filtering for ranges and offsets.
rdblue added a commit to rdblue/parquet-mr that referenced this pull request Jan 6, 2017
Range filtering should use the row group midpoint and offset filtering
should use the start offset.

Author: Ryan Blue <blue@apache.org>

Closes apache#337 from rdblue/PARQUET-569-fix-metadata-filter and squashes the following commits:

6171af4 [Ryan Blue] PARQUET-569: Add tests for new offset metadata filter.
3fe2d5e [Ryan Blue] PARQUET-569: Separate metadata filtering for ranges and offsets.
rdblue added a commit to rdblue/parquet-mr that referenced this pull request Jan 10, 2017
Range filtering should use the row group midpoint and offset filtering
should use the start offset.

Author: Ryan Blue <blue@apache.org>

Closes apache#337 from rdblue/PARQUET-569-fix-metadata-filter and squashes the following commits:

6171af4 [Ryan Blue] PARQUET-569: Add tests for new offset metadata filter.
3fe2d5e [Ryan Blue] PARQUET-569: Separate metadata filtering for ranges and offsets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants