keith-turner commented on code in PR #5229:
URL: https://github.com/apache/accumulo/pull/5229#discussion_r1905685347
##########
core/src/main/java/org/apache/accumulo/core/metadata/schema/CompactionMetadata.java:
##########
@@ -96,7 +101,7 @@ public FateId getFateId() {
// This class is used to serialize and deserialize this class using GSon.
Any changes to this
// class must consider persisted data.
private static class GSonData {
- List<String> inputs;
+ String inputs;
Review Comment:
Wonder if we could make this inputs field a JsonElement like this [SO
post](https://stackoverflow.com/questions/34167410/how-to-ask-gson-to-avoid-escaping-json-in-a-json-response)
describes to avoid base64 and avoid escaping.
--
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]