errose28 commented on code in PR #7652:
URL: https://github.com/apache/ozone/pull/7652#discussion_r1917484785


##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/ldb/RDBParser.java:
##########
@@ -43,11 +43,19 @@ public class RDBParser implements DebugSubcommand {
       description = "Database File Path")
   private String dbPath;
 
+  @CommandLine.Option(names = {"--schema"},

Review Comment:
   This seems like a good approach. Currently we don't have any operations that 
work on multiple column families so just one key and value codec will suffice 
for each operation. Codec interface should be lighter weight than DBDefinitions 
if we need to make new ones on the fly for some reason as well.



-- 
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