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/06/20 05:46:29 UTC

[GitHub] [pulsar] sijie opened a new issue #4563: Python client send a 'null' schema data for StringSchema

sijie opened a new issue #4563: Python client send a 'null' schema data for StringSchema
URL: https://github.com/apache/pulsar/issues/4563
 
 
   **Describe the bug**
   
   Python client uses `json.dump(None)` to generate the schema info for StringSchema. It causes the python client sends a schema info with "null" schema data.
   
   **Expected behavior**
   
   Python client should send empty schema data for primitive schema types.
   
   

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