Class UnresolvedUnionUtil

java.lang.Object
com.linkedin.venice.serializer.UnresolvedUnionUtil

public class UnresolvedUnionUtil extends Object
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 Details

    • UnresolvedUnionUtil

      public UnresolvedUnionUtil()
  • Method Details

    • handleUnresolvedUnion

      public static void handleUnresolvedUnion(Throwable t)