szetszwo commented on code in PR #9789:
URL: https://github.com/apache/ozone/pull/9789#discussion_r2826327228
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/ha/io/ScmEnumCodec.java:
##########
@@ -28,7 +28,7 @@
/**
* {@link ScmCodec} for {@link ProtocolMessageEnum} objects.
*/
-public class ScmEnumCodec implements ScmCodec {
+public class ScmEnumCodec implements ScmCodec<Object> {
Review Comment:
@Gargi-jais11 , thanks for reviewing this!
This and other are the complicated cases described in [this
comment](https://issues.apache.org/jira/browse/HDDS-14655?focusedCommentId=18059431&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-18059431).
We will fix them in separated JIRAs.
--
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]