Tejaskriya commented on code in PR #7222:
URL: https://github.com/apache/ozone/pull/7222#discussion_r1770600019


##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/debug/DBScanner.java:
##########
@@ -132,7 +132,7 @@ public class DBScanner implements Callable<Void>, 
SubcommandWithParent {
   @CommandLine.Option(names = {"--filter"},
       description = "Comma-separated list of \"<field>:<operator>:<value>\" 
where " +
           "<field> is any valid field of the record, " +
-          "<operator> is (EQUALS,MAX or MIN) and " +
+          "<operator> is (EQUALS,LESSER or GREATER) and " +

Review Comment:
   In order to implement MAX and MIN, some code refactoring would be required. 
We would not be able to do batch processing as max/min cannot be calculated in 
batches. This could severely affect the performance. So having lesser/greater 
than operators could perform as a substitute for min/max.



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