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 2019/04/15 20:10:42 UTC

[GitHub] [pulsar] yciabaud opened a new pull request #4050: [python][schemaregistry] Handle subrecords in complex types

yciabaud opened a new pull request #4050: [python][schemaregistry] Handle subrecords in complex types
URL: https://github.com/apache/pulsar/pull/4050
 
 
   ### Motivation
   
   When declaring a schema in the python client, the provided complex types such as `Record`, `Array` or `Map` does not compose well because the records schema must be included in the parent schema instead of the type.
   
   ### Modifications
   
   This PR adds a rule for each complex type to use the schema instead of the type in the parent schema build.
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   This change is a trivial rework / code cleanup without any test coverage.
   

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


With regards,
Apache Git Services