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 Deserialize (avro_specific) and improve tests for avro_specific/avro_generic #849

Merged

Conversation

milindl
Copy link
Contributor

@milindl milindl commented Aug 29, 2022

  1. Fixes avro_specific Deserialize method which did not return the
    right thing (it did not return anything useable).
  2. Update tests for (1) - add Deserialize to tests which were only
    testing DeserializeInto
  3. Add Deserialize to avro_generic tests as well.

Addresses #843

1. Fixes avro_specific Deserialize method which did not return the
   right thing (it did not return anything useable).
2. Update tests for (1) - add Deserialize to tests which were only
   testing DeserializeInto
3. Add Deserialize to avro_generic tests as well.
Copy link
Member

@rayokota rayokota left a comment

Choose a reason for hiding this comment

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

Thanks @milindl , good catch. LGTM

@rayokota rayokota merged commit 50d6a03 into confluentinc:master Aug 29, 2022
@milindl milindl deleted the fix/avro-deserialize-nonfunctional branch August 30, 2022 12:43
PrasanthV454 pushed a commit that referenced this pull request Jan 12, 2023
#849)

1. Fixes avro_specific Deserialize method which did not return the
   right thing (it did not return anything useable).
2. Update tests for (1) - add Deserialize to tests which were only
   testing DeserializeInto
3. Add Deserialize to avro_generic tests as well.
PrasanthV454 pushed a commit that referenced this pull request Mar 17, 2023
#849)

1. Fixes avro_specific Deserialize method which did not return the
   right thing (it did not return anything useable).
2. Update tests for (1) - add Deserialize to tests which were only
   testing DeserializeInto
3. Add Deserialize to avro_generic tests as well.
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