cshannon commented on issue #5060: URL: https://github.com/apache/accumulo/issues/5060#issuecomment-2479665747
I took a look at this and was thinking a bit about it and the only really good way to get rid of the escaping would be to not use the serialized json string of the files and instead use an object representation of StoredTabletFile, but that would break the encapsulation of StoredTabletFile and expose the file/range outside of it so I'm not sure if that's a great idea. A custom serializer would be tricky because escaping quotes are needed so it's valid json. I'm wondering if this is something that is better solved as custom logic when scanning and logging to print it out in an easier to read format vs storing it differently. -- 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]
