swamirishi opened a new pull request, #9576: URL: https://github.com/apache/ozone/pull/9576
…ing out entries from the heap Change-Id: Ia196692c74237ae100180b27dc5c2b5b661ba783 ## What changes were proposed in this pull request? MinHeapMergeIterator should use key comparator while popping out entries from the heap. Currently it uses Object.equals() which can fetch wrong results when comparing the key without the key comparator. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14330 ## How was this patch tested? Updated unit tests to use byte array -- 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]
