sijie commented on a change in pull request #8464:
URL: https://github.com/apache/pulsar/pull/8464#discussion_r521144094
##########
File path:
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/schema/GenericSchema.java
##########
@@ -40,17 +39,4 @@
* @return generic record builder
*/
GenericRecordBuilder newRecordBuilder();
-
-
- static GenericSchema of(SchemaInfo schemaInfo) {
Review comment:
You can't just remove methods from a public API because it will cause
code incompatibility issues.
----------------------------------------------------------------
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]