You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2020/05/21 09:44:05 UTC

[GitHub] [avro] lnsycmy opened a new issue #889: Avro cpp: serialization disorder due to schema property null value

lnsycmy opened a new issue #889:
URL: https://github.com/apache/avro/issues/889


   when not set one property value, its serialization disorder.
   for example:
   struct student{
       string name;
       int age;
       string sex@;
   }
   1) set name, sex value.
   I use `while(in-> next(&msg,&n))` get uint_8 msg, but msg length is only 4 bytes.and decoder the `object.age` =-164, `object.sex` = tpye.
   
   2) set name, sex, age value.
   its msg length is 4096 bytes.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org