AnonHxy commented on PR #17948: URL: https://github.com/apache/pulsar/pull/17948#issuecomment-1274017760
> If we find a way to not break the internal builder API and make it compatible we can cherry pick If users create `SchemaInfo` by no-args-constructor, the `SchemaHash` in `SchemaInfoImpl` will not be initlized, and `SchemaHash#of(SchemaInfo)` will return null. If the compatible issues you mentioned is that, I think we can upated `SchemaHash.of` like below: WDYT @codelipenghui @eolivelli  -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
