keith-turner opened a new issue, #5060: URL: https://github.com/apache/accumulo/issues/5060
**Is your feature request related to a problem? Please describe.** External compaction entiries in the metadata table are json and include the files that are being compacted. The files in the json are also json and when added to the outer json as values are escaped. **Describe the solution you'd like** Not sure if its possible, but it would be nice to remove the escaping for the file entries if possible. **Describe alternatives you've considered** Could do nothing, the escaping is very unpleasant to look at when scanning he metadata table but its not hurting anything. The escaping may make using tools like jq w/ the data a bit harder also. -- 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]
