Demogorgon314 opened a new pull request, #15718:
URL: https://github.com/apache/pulsar/pull/15718
### Motivation
Currently, when we use the schema forward compatibility strategy to
create(update) an existing schema(it misses some fields), the current behavior
is to return the existing schema, it will skip the schema compatibility check,
we should check the schema compatibility first.
The detail can see in the unit test.
### Modifications
* Fix update schema forward compatibility strategy behavior
* Add a unit test to cover this case.
### Documentation
Check the box below or label this PR directly.
Need to update docs?
- [ ] `doc-required`
(Your PR needs to update docs and you will update later)
- [x] `no-need-doc`
(Please explain why)
- [ ] `doc`
(Your PR contains doc changes)
- [ ] `doc-added`
(Docs have been already added)
--
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]