Skip to content
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

fix: fix nested one of field handling for protobuf schema dependency verification #689

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

jjaakola-aiven
Copy link
Contributor

About this change - What it does

On nested field with one of restriction the parent name did not include the element name.
This causes the dependency verification to fail as the actual full name of the nested one of field type
was not in the known used types.

@jjaakola-aiven jjaakola-aiven force-pushed the jjaakola-aiven-correct-nested-one-of-field-handling branch from 13f505e to f80327c Compare July 27, 2023 08:38
@jjaakola-aiven jjaakola-aiven changed the title fix: fix nested one of field handling for protobu schema dependency verification fix: fix nested one of field handling for protobuf schema dependency verification Jul 27, 2023
Copy link
Contributor

@eliax1996 eliax1996 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eliax1996 eliax1996 merged commit 1118553 into main Jul 27, 2023
11 checks passed
@eliax1996 eliax1996 deleted the jjaakola-aiven-correct-nested-one-of-field-handling branch July 27, 2023 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants