-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Add support for reading Parquet files encrypted using Parquet Modular Encryption (PME) in DataFusion–DuckLake. This change enables decryption of footer- and column-level encrypted Parquet files by configuring Parquet execution with appropriate decryption properties. Encryption keys can be sourced from catalog metadata or external key providers, enabling secure access to encrypted datasets while preserving existing query behavior.
Current behavior: encryption_key field exists but unused
Desired behavior: Decrypt files using keys from catalog metadata or external key store
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request