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

AVRO-2236: [java] default value for record type #2364

Merged
merged 3 commits into from
Jul 31, 2023

Conversation

clesaec
Copy link
Contributor

@clesaec clesaec commented Jul 18, 2023

What is the purpose of the change

AVRO-2236 : Add default value for record type.
This PR allow a field is of type record to have a default value even if the record itself have field with other default values (with union type).

Verifying this change

  • new unit test TestSchemaValidateDefault

Documentation

  • Does this pull request introduce a new feature? (no)
  • If yes, how is the feature documented? (not applicable)

@github-actions github-actions bot added the Java Pull Requests for Java binding label Jul 18, 2023
@dkulp dkulp merged commit e81c752 into apache:master Jul 31, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java Pull Requests for Java binding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants