cshannon commented on PR #3833:
URL: https://github.com/apache/accumulo/pull/3833#issuecomment-1758374476

   I think the problem is the SelectedFilesTypeAdapter is including the json 
metadata string as part of the new json so it's escaping it. I tried to convert 
the the spot where it was outputting the json to use `out.jsonValue(file);` 
instead of 
[out.value(file)](https://github.com/cshannon/accumulo/blob/3d92a635be6f341000899975e0f2129bb884ee6d/core/src/main/java/org/apache/accumulo/core/metadata/schema/SelectedFiles.java#L72)
 but now it gets a conditional mutatnoi violation error on testing


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