szetszwo commented on code in PR #9552:
URL: https://github.com/apache/ozone/pull/9552#discussion_r2659847896


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/DBStore.java:
##########
@@ -192,20 +191,20 @@ DBUpdatesWrapper getUpdatesSince(long sequenceNumber, 
long limitCount)
    * @return a closable iterator over merged key-value pairs, where each key 
corresponds
    *         to a collection of values from the tables
    */
-  default <KEY> ClosableIterator<KeyValue<KEY, Collection<Object>>> 
getMergeIterator(
+  default <KEY> ClosableIterator<KeyValue<KEY, List<Object>>> getMergeIterator(

Review Comment:
   Then, add this method in HDDS-14031 so it can be properly reviewed.



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