We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The match-clj? implementation on RecordType doesn't check if clj-map is actually a map, which it may not be if part of a type union.
match-clj?
RecordType
clj-map
jackdaw.serdes.avro-test/schema-type-test
(testing "union"
avro-schema
record-1-schema
The text was updated successfully, but these errors were encountered:
fix for FundingCircle#258
33ac94d
[FundingCircle#258] fix type union coercion error when record types c…
c297ff3
…ome before others
Merge pull request #3 from reifyhealth/258-union-coercion-fix
62807ab
[FundingCircle#258] fix type union coercion error when record types come before ot…
No branches or pull requests
Summary
The
match-clj?
implementation onRecordType
doesn't check ifclj-map
is actually a map, which it may not be if part of a type union.Repro
jackdaw.serdes.avro-test/schema-type-test
to the(testing "union"
formavro-schema
binding moverecord-1-schema
so that it's the first element of the vectorThe text was updated successfully, but these errors were encountered: