Hi All, What is the default value I can specify for bytes when it is in union?
Tried the following and all fail.
{"type":"record","name":"hello","fields":[{"name":"id","type":["bytes",
"null"],"default":null}]}
{"type":"record","name":"hello","fields":[{"name":"id","type":["bytes",
"null"],"default":"null"}]}
{"type":"record","name":"hello","fields":[{"name":"id","type":["bytes",
"null"],"default":"\u00FF"}]}
Thanks!
