Description
Avro strings are a subset of bytes, so promoting from string to bytes is lossless and should be possible. Promotion from bytes to strings may cause problems, as not all byte strings are valid UTF8, but it also might be useful.
Avro strings are a subset of bytes, so promoting from string to bytes is lossless and should be possible. Promotion from bytes to strings may cause problems, as not all byte strings are valid UTF8, but it also might be useful.