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/05/22 01:03:45 UTC

[GitHub] [pulsar] sijie commented on a change in pull request #4318: Fixed the display of schema information

sijie commented on a change in pull request #4318: Fixed the display of schema information
URL: https://github.com/apache/pulsar/pull/4318#discussion_r286279106
 
 

 ##########
 File path: pulsar-common/src/main/java/org/apache/pulsar/common/schema/GetSchemaResponse.java
 ##########
 @@ -32,6 +32,6 @@
     private long version;
     private SchemaType type;
     private long timestamp;
-    private String data;
+    private byte[] data;
 
 Review comment:
   This has to be in a new version of rest endpoint. Otherwise it is a BC problem.

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