You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
At present our mapping DSL cannot map to values onto enum Avro fields. Mapping verification during startup detects a mismatch between the mapping and the Avro type.
This issue covers extending the DSL to allow string-based values to be mapped to Avro enumerations, so long as the string value corresponds to one of the values for the enumeration. (If it doesn't then the mapping would be absent.)
Tests will need to check:
This works for a literal.
This works for a string-based value provider.
Unknown values are treated as absent.
The text was updated successfully, but these errors were encountered:
At present our mapping DSL cannot map to values onto enum Avro fields. Mapping verification during startup detects a mismatch between the mapping and the Avro type.
This issue covers extending the DSL to allow string-based values to be mapped to Avro enumerations, so long as the string value corresponds to one of the values for the enumeration. (If it doesn't then the mapping would be absent.)
Tests will need to check:
The text was updated successfully, but these errors were encountered: