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

Read encrypted PARQUET files #5763

Open
jaimesalvador opened this issue Mar 28, 2023 · 3 comments
Open

Read encrypted PARQUET files #5763

jaimesalvador opened this issue Mar 28, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@jaimesalvador
Copy link

Is your feature request related to a problem or challenge?

I'm trying to use DATAFUSION to load some parquet-encrypted files, but I can't find the option to set the encryption parameters (key, etc).

I found ParquetReadOptions, but it seems don't have a encryption options.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@jaimesalvador jaimesalvador added the enhancement New feature or request label Mar 28, 2023
@tustvold
Copy link
Contributor

apache/arrow-rs#3511

@leetcode-1533
Copy link

I am interested and would like to give it a try.

@alamb
Copy link
Contributor

alamb commented Apr 26, 2024

FWIW there is a parquet reader that supports encryption in comet that might serve as some inspiration / source of code https://github.com/apache/datafusion-comet/tree/main/core/src/parquet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants