duongkame commented on code in PR #4126:
URL: https://github.com/apache/ozone/pull/4126#discussion_r1088155843
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/server/JsonUtils.java:
##########
@@ -84,4 +89,30 @@ public static List<?> toJsonList(String str, Class<?>
elementType)
.constructCollectionType(List.class, elementType);
return MAPPER.readValue(str, type);
}
+
+ /**
+ * Utility to sequentially write a large collection of items a file.
Review Comment:
```suggestion
* Utility to sequentially write a large collection of items to a file.
```
--
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]