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-3770: [csharp] Fix aliased fields being read twice #2269

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mparry
Copy link
Contributor

@mparry mparry commented Jun 5, 2023

What is the purpose of the change

This changes fixes some problems with the reading of aliases fields, as described in AVRO-3770.

Verifying this change

This change added tests and can be verified by running them - in particular, Avro.Test.SpecificTests.

Documentation

  • Does this pull request introduce a new feature? No.
  • If yes, how is the feature documented? Not applicable.

@mparry mparry changed the title AVRO-3770: [csharp Fix aliased fields being read twice AVRO-3770: [csharp] Fix aliased fields being read twice Jun 5, 2023
@github-actions github-actions bot added the C# label Jun 5, 2023
@mparry mparry force-pushed the feature/reader-handle-aliases branch from 00985c7 to 0168c90 Compare June 5, 2023 16:46
@Baxom
Copy link

Baxom commented Sep 27, 2023

Hello @mparry , do you plan to resolve conflicts and merge this branch ?

Also, fix SpecificDefaultReader not handling aliases at all
@mparry mparry force-pushed the feature/reader-handle-aliases branch from 0168c90 to 68cc8b7 Compare March 15, 2024 10:03
@mparry
Copy link
Contributor Author

mparry commented Mar 15, 2024

@martin-g @zcsizmadia
Would it be possible for someone to have a look at this please? I just brought it up to date with main. The change has been in use in our production code for quite some time. Thanks!

@martin-g
Copy link
Member

I have approved the CI checks! But someone with C# experience will have to review and approve it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants