-
Notifications
You must be signed in to change notification settings - Fork 1.5k
GH-3282: Add encryption info CLI support for Parquet file encryption metadata #3281
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
base: master
Are you sure you want to change the base?
Conversation
cc @shangxinli @gszadovszky could you please take a look thanks! |
ParquetMetadata footer = | ||
ParquetFileReader.readFooter(getConf(), qualifiedPath(source), ParquetMetadataConverter.NO_FILTER); | ||
|
||
FileMetaData meta = footer.getFileMetaData(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be nice to also print out details about the encryption algorithm, wouldn't it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that's a great point will add support
cc @ggershinsky @shangxinli for experts on encryption |
Some other details worth printing -
|
Thanks this is great feedback I'll iterate and update this shortly |
parquet-cli encryption-info <file>