Package com.linkedin.venice.serializer
Class UnresolvedUnionUtil
- java.lang.Object
-
- com.linkedin.venice.serializer.UnresolvedUnionUtil
-
public class UnresolvedUnionUtil extends java.lang.Object
This class makes use ofUnresolvedUnionException
, which is not present in all versions of Avro. Therefore, this class should only be invoked if we know for sure that it is available, which can be verified viaAvroSchemaUtils.isUnresolvedUnionExceptionAvailable()
.
-
-
Constructor Summary
Constructors Constructor Description UnresolvedUnionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
handleUnresolvedUnion(java.lang.Throwable t)
-