Skip to content

Conversation

adamreeve
Copy link
Contributor

Which issue does this PR close?

Rationale for this change

To allow users to implement async network access within the encryption factory without blocking.

Are these changes tested?

Yes, covered by existing tests that have been updated.

Are there any user-facing changes?

Yes, this is a user facing change but to a trait that isn't in a released version yet.

@github-actions github-actions bot added core Core DataFusion crate execution Related to the execution crate datasource Changes to the datasource crate labels Aug 28, 2025
Comment on lines +161 to +162
// For now, page index does not work with encrypted files. See:
// https://github.com/apache/arrow-rs/issues/7629
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I noticed it should be possible to remove this workaround now. I've made #17352 to follow up on this as it should be a separate change

@alamb
Copy link
Contributor

alamb commented Sep 4, 2025

Thanks @adamreeve and @xudong963 -- I'll plan to merge this when the CI passes

@alamb alamb merged commit 4dc1a4f into apache:main Sep 4, 2025
30 checks passed
@alamb
Copy link
Contributor

alamb commented Sep 4, 2025

🚀

@adamreeve adamreeve deleted the async-encryption-factory branch September 4, 2025 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate datasource Changes to the datasource crate execution Related to the execution crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make EncryptionFactory trait async
3 participants