Support for 'bytes' type in KafkaAVROParser
I'm using KafkaAVROParser with external schema to import data into a FLEX table. It seems to be unable to import fields that are 'bytes'. All the imported rows have empty string in place of the bytes, integer fields are ok (though represented as varchar in the FLEX table). The manual does not say anything about importing particular field types in AVRO.
Is the 'bytes' type supported? What should I do to import it?
0