dlmarion commented on code in PR #5229:
URL: https://github.com/apache/accumulo/pull/5229#discussion_r1905700857


##########
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:
   That could be an alternative, but instead of the json object example from 
the post (which looks like a map), we would need to use a json array of strings.



-- 
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]

Reply via email to