Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[common][core][format] Support using file index result for RowGroup filtering. #4473

Merged
merged 8 commits into from
Nov 11, 2024

Conversation

hang8929201
Copy link
Contributor

Purpose

Use file index result(bitmap) for more fine-grained IO clipping in the reader.

Tests

This is a query in our real business scenario.

  • no index:
    image
  • index for parquet block filtering:
    image
  • index for orc rowgroup filtering:
    image

API and Format

Documentation

@JingsongLi
Copy link
Contributor

Left comments @hang8929201

@hang8929201 hang8929201 force-pushed the bitmap_as_rowgroup_filter branch from a6ec503 to b8a4def Compare November 11, 2024 02:18
@hang8929201 hang8929201 reopened this Nov 11, 2024
Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks @hang8929201

@JingsongLi JingsongLi merged commit a11817c into apache:master Nov 11, 2024
12 checks passed
@hang8929201 hang8929201 deleted the bitmap_as_rowgroup_filter branch November 11, 2024 07:31
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