Skip to content

Re-enable page index for encrypted Parquet - #17426

Merged
alamb merged 1 commit into
apache:mainfrom
adamreeve:re-enable-page-index
Sep 5, 2025
Merged

Re-enable page index for encrypted Parquet#17426
alamb merged 1 commit into
apache:mainfrom
adamreeve:re-enable-page-index

Conversation

@adamreeve

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

Allows taking advantage of page indexes to optimize queries when reading encrypted Parquet files.

What changes are included in this PR?

Removes previous workaround disabling page index reading when a Parquet file is encrypted.

Are these changes tested?

Yes, reading the page index is enabled by default so this is covered by existing encryption tests, eg.

asyncfnroundtrip_parquet_with_encryption() -> Result<()>{

Are there any user-facing changes?

No

@github-actionsgithub-actionsBot added the datasource Changes to the datasource crate label Sep 5, 2025

@alambalamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks @adamreeve

@alamb
alamb merged commit ec4413e into apache:mainSep 5, 2025
28 checks passed
@adamreeve
adamreeve deleted the re-enable-page-index branch September 6, 2025 00:01
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

datasourceChanges to the datasource crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove workaround disabling Parquet page index reading for encrypted files

2 participants

@adamreeve@alamb