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

Add Interface FileEncDecryptorRetriever to activate crypto via non-API #2

Closed
wants to merge 4 commits into from

Conversation

shangxinli
Copy link

This is the task of Parquet-1396.

Parquet-1178 introduced the crypto feature to enable encryption for selective columns. However, the upper layer application need to call the new or modified APIs to use it. This could be a problem for existing services that running spark/hive/presto.

Parquet-1396 introduced a non-API way to activate the crypto features by defining an interface and user can implement this interface as a plugin jar.

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

Successfully merging this pull request may close these issues.

2 participants