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 Jan 22, 2019. It is now read-only.
@osi Do you have bit more info to share wrt error message here and what could be more useful version (just an idea of how to add, can be improved). I'll dig into code when I get a chance, but it's easier to glance through issues when prioritizing, help decide which are easy to fix/improve.
@OverridepublicJsonAnyFormatVisitorexpectAnyFormat(JavaTypeconvertedType) {
// could theoretically create union of all possible types but...return_throwUnsupported("'Any' type not supported when trying to expect " + convertedType);
}
(I discovered this when convertedType was an OptionalDouble)
in https://github.com/FasterXML/jackson-dataformat-avro/blob/master/src/main/java/com/fasterxml/jackson/dataformat/avro/schema/VisitorFormatWrapperImpl.java#L151
the exception being thrown for expectAnyFormat should include the passed in convertedType in the error message
The text was updated successfully, but these errors were encountered: