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

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
1 participant