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

WIP: [C++][Parquet] Add RowRanges API #45234

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

wgtmac
Copy link
Member

@wgtmac wgtmac commented Jan 13, 2025

Rationale for this change

This is part of the effort to support efficient filtering to the Parquet reader. The overall design has been discussed at https://docs.google.com/document/d/1SeVcYudu6uD9rb9zRAnlLGgdauutaNZlAaS0gVzjkgM

What changes are included in this PR?

Add a new RowRanges API and support basic operations on it.

Are these changes tested?

TODO

Are there any user-facing changes?

No.

Copy link

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@wgtmac wgtmac marked this pull request as ready for review January 17, 2025 15:05
@wgtmac wgtmac marked this pull request as draft January 17, 2025 15:06
@wgtmac
Copy link
Member Author

wgtmac commented Jan 17, 2025

@emkornfield @mapleFU @pitrou Could you help check the API (which has been discussed in the Google doc from the PR description)? I will add the BitmapRange support as well as test cases if the interfaces are looking good. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant