Package com.linkedin.venice.serializer
Class UnresolvedUnionUtil
java.lang.Object
com.linkedin.venice.serializer.UnresolvedUnionUtil
This class makes use of
UnresolvedUnionException
, 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 via AvroSchemaUtils.isUnresolvedUnionExceptionAvailable()
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UnresolvedUnionUtil
public UnresolvedUnionUtil()
-
-
Method Details
-
handleUnresolvedUnion
-