-
Enums Enum Description com.linkedin.venice.exceptions.ExceptionType since v0.2.620 Previously, this enum didn't have the @JsonEnumDefaultValue annotation. This annotation helps Jackson deserialize arbitrary values to a default value instead of throwing an Exception. Without this annotation, the enum is essentially non-evolvable since there may be many clients that are already running older code. UseErrorType
instead.com.linkedin.venice.schema.vson.VsonTypes com.linkedin.venice.serializer.AvroGenericDeserializer.IterableImpl