GH-3282: Add encryption info CLI support for Parquet file encryption metadata#3281
GH-3282: Add encryption info CLI support for Parquet file encryption metadata#3281ArnavBalyan wants to merge 7 commits into
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.
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.
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 |
|
This pull request has been automatically marked as stale because it has had no activity for at least 2 months. If you are still working on this change or plan to move it forward, please leave a comment or push a new commit so we know to keep it open. Otherwise, this PR will be closed automatically in about one month. Thank you for your contribution to Apache Parquet! |
|
Closing this pull request due to at least 3 months of inactivity. If you would like to continue the work, please feel free to reopen this pull request or open a new one. Thank you for your contribution to Apache Parquet! |
parquet-cli encryption-info <file>