Some part of the server system treats the values as null-terminated string. So if binary data is written as the value in the mutation records in delta files, since they may contain '\0', the string may be truncated.
The fix is WIP. Temporary workaround is to base64 encode the string while writing and decode it after reading.
Some part of the server system treats the values as null-terminated string. So if binary data is written as the value in the mutation records in delta files, since they may contain '\0', the string may be truncated.
The fix is WIP. Temporary workaround is to base64 encode the string while writing and decode it after reading.