-
Notifications
You must be signed in to change notification settings - Fork 587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v24.1.x] [CORE-3181] Schema Registry: Normalization #22634
Merged
michael-redpanda
merged 8 commits into
redpanda-data:v24.1.x
from
BenPope:backport-pr-22519-v24.1.x
Jul 30, 2024
Merged
[v24.1.x] [CORE-3181] Schema Registry: Normalization #22634
michael-redpanda
merged 8 commits into
redpanda-data:v24.1.x
from
BenPope:backport-pr-22519-v24.1.x
Jul 30, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Specifically, accept `True` by using case-insensitive comparison. Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 6621613)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 7a9fcfa)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 26dfa33)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit a2a24d7)
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit fabfbc5)
Fixes CORE-5704 TODO: Add tests Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 0772f65)
No functional changes Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit f06cbaf) Conflicts: tests/rptest/tests/schema_registry_test.py (No JSON Schema)
BenPope
added
area/schema-registry
Schema Registry service within Redpanda
kind/backport
PRs targeting a stable branch
labels
Jul 29, 2024
BenPope
requested review from
a team,
oleiman and
michael-redpanda
and removed request for
a team and
oleiman
July 29, 2024 18:25
Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit 86feb13) Conflicts: tests/rptest/tests/schema_registry_test.py (test_compatibility)
BenPope
force-pushed
the
backport-pr-22519-v24.1.x
branch
from
July 29, 2024 20:41
18e7f50
to
85227c6
Compare
andijcr
approved these changes
Jul 30, 2024
CI Failures: |
michael-redpanda
approved these changes
Jul 30, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compared diff against #22519
michael-redpanda
merged commit Jul 30, 2024
463badf
into
redpanda-data:v24.1.x
14 of 18 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/redpanda
area/schema-registry
Schema Registry service within Redpanda
kind/backport
PRs targeting a stable branch
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of PR #22519
Fixes #22603