jerrypeng edited a comment on issue #3741: POJO AvroSchema always allowNull URL: https://github.com/apache/pulsar/issues/3741#issuecomment-469514075 @sijie that not going to work. If you take look at the java code generated by avro tools with a given schema file its going to be not what you expect. And from that generated class there is no way for reflect data avro library to generate the same schema unless we do the trick @merlimat mentioned It is kind of a problem with Avro Edit: it does seem to work
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
