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
Currently getNullableGenericDefaultValue return a hashmap object for Map type with null as default value. For example:
{
"name": "fieldName",
"type": {"type":"map", "values":"string" },
"doc" : "test.",
"default" : null
}
For this field, the getNullableGenericDefaultValue api returns a HashMap object which shouldn't.
Currently getNullableGenericDefaultValue return a hashmap object for Map type with null as default value. For example:
{
"name": "fieldName",
"type": {"type":"map", "values":"string" },
"doc" : "test.",
"default" : null
}
For this field, the getNullableGenericDefaultValue api returns a HashMap object which shouldn't.
avro-util/helper/helper-common/src/main/java/com/linkedin/avroutil1/compatibility/SchemaValidator.java
Line 157 in b6769c3
in this place it should also validate if the defaultValue as Map object is empty or not
The text was updated successfully, but these errors were encountered: