Hi,

when I have in avro IDL file declaration of property:
array  vector;

the Java code generated is:
List vector;

why it is not typed as List?
I thought to communicate + de/serialize data-types – one must use Hadoop
defined types?

Thank you,
Aleksey


--
View this message in context: 
http://apache-avro.679487.n3.nabble.com/avro-generated-vs-hadoop-primitive-types-tp2676672p2676672.html
Sent from the Avro - Users mailing list archive at Nabble.com.

Reply via email to