szetszwo opened a new pull request, #8683:
URL: https://github.com/apache/ozone/pull/8683

   ## What changes were proposed in this pull request?
   
   In Table,
   - Combine getRangeKVs and getSequentialRangeKVs into one method.
   - Change the parameter MetadataKeyFilter... filters to non-varargs since the 
size is always <= 1.
   - Remove the preKey and nextKey parameters from MetadataKeyFilter since they 
are always null as mentioned in the comment below.
   ```java
   // RDBTable.java
             // NOTE: the preKey and nextKey are never checked
             // in all existing underlying filters, so they could
             // be safely as null here.
   ```
   
   ## What is the link to the Apache JIRA
   
   HDDS-13318
   
   ## How was this patch tested?
   
   By existing tests.


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