ArnavBalyan commented on code in PR #3339:
URL: https://github.com/apache/parquet-java/pull/3339#discussion_r2388207791


##########
parquet-cli/src/main/java/org/apache/parquet/cli/commands/ShowBloomFilterCommand.java:
##########
@@ -63,14 +67,31 @@ public ShowBloomFilterCommand(Logger console) {
       required = true)
   List<String> testValues;
 
+  @Parameter(
+      names = {"--footer-key"},
+      description = "Footer key for encrypted files (hex string, 16/24/32 
bytes)")
+  String footerKeyHex;
+
+  @Parameter(
+      names = {"--column-key"},
+      description = "Column key for encrypted files (hex string, 16/24/32 
bytes)")
+  String columnKeyHex;
+

Review Comment:
   Moved this to base, any CLI command can leverage this. I tested and 
supported 3 commands for now. 
   Will add UTs and support for the remaining CLI commands shortly. Each 
command should now be able to read without duplication



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to