You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/08 14:06:36 UTC

[GitHub] [pulsar] eolivelli commented on issue #10174: Record.schema classmethod shouldn't sort the schema fields

eolivelli commented on issue #10174:
URL: https://github.com/apache/pulsar/issues/10174#issuecomment-815853968


   I am not sure about how it works in Python but usually this is the problem with Avro because when you read you have both the writer schema and the reader schema so Avro is able to decode the value using the writer schema and apply the content to the reader side model.
   
   Pulsar stores the Writer schema in the I terbal schema registry


-- 
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