Skip to content

Conversation

@EmilyMatt
Copy link
Contributor

Which issue does this PR close?

Rationale for this change

Fixes a critical bug, as well as behaves more like avro expects in regards to arrays.

What changes are included in this PR?

Removed the sub label from arrays in general

Are these changes tested?

Yes

Are there any user-facing changes?

Not really

@github-actions github-actions bot added the datasource Changes to the datasource crate label Nov 16, 2025
.build(std::io::Cursor::new(bytes))
.unwrap();

// This should fail because schema_lookup will have "items.element.id" and "items.element.name"
Copy link
Member

Choose a reason for hiding this comment

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

This should fail ... but it passes!
Maybe reword it to "This was failing before #18745 because ..." ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're right, thank you^

@Weijun-H Weijun-H added this pull request to the merge queue Nov 17, 2025
Merged via the queue into apache:main with commit 0424eaa Nov 17, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

datasource Changes to the datasource crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Avro] Structs inside nested lists with custom fields are not found in lookup

3 participants