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

   ## What changes were proposed in this pull request?
   
   The KeyValue interface has multiple implementations. 
[HDDS-11408](https://issues.apache.org/jira/browse/HDDS-11408) added 
equals/hashCode methods to one of the implementations. Since the other 
implementations do not override these methods, it may not work as expected.
   
   In this PR, we change KeyValue to a class and combine all the 
implementations.  In HDDS-13246, we will change the KeyValue class to final.
   
   ## What is the link to the Apache JIRA
   
   HDDS-13235
   
   ## How was this patch tested?
   
   By updating 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