Skip to content

Conversation

@jturkel
Copy link
Contributor

@jturkel jturkel commented Dec 7, 2020

AVRO-2749 added support for serializing Ruby hashes with symbol keys but they were still considered invalid. This PR fixes schema validation to also accept hashes with symbol keys.

/cc @tjwp

Copy link
Contributor

@tjwp tjwp left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this!

AVRO-2749 added support for serializing hashes with symbol keys but they were still considered invalid. This fixes schema validation to also accept hashes with symbol keys.
@jturkel jturkel force-pushed the feature/symbol-keys branch from c0650a5 to a2377ec Compare January 3, 2021 23:58
@jturkel
Copy link
Contributor Author

jturkel commented Jan 4, 2021

@tjwp - I rebased this to pick up the switch to use Github Actions for CI. Looks like tests are passing now 🎉

@tjwp tjwp merged commit e8db541 into apache:master Jan 10, 2021
RyanSkraba pushed a commit to RyanSkraba/avro that referenced this pull request Mar 3, 2021
AVRO-2749 added support for serializing hashes with symbol keys but they were still considered invalid. This fixes schema validation to also accept hashes with symbol keys.
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.

2 participants