Class VariantSizeLimitException

Object
Throwable
Exception
RuntimeException
org.apache.spark.types.variant.VariantSizeLimitException
All Implemented Interfaces:
Serializable

public class VariantSizeLimitException extends RuntimeException
An exception indicating that we are attempting to build a variant with it value or metadata exceeding the 16MiB size limit.
See Also:
  • Constructor Details

    • VariantSizeLimitException

      public VariantSizeLimitException()