Remove escaping from external compaction entries in metadata table #5060
Labels
enhancement
This issue describes a new feature, improvement, or optimization.
Milestone
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.
The text was updated successfully, but these errors were encountered: