Class MetadataChangedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MetadataChangedException
    extends org.apache.spark.sql.delta.MetadataChangedException
    :: Evolving ::

    Thrown when the metadata of the Delta table has changed between the time of read and the time of commit.

    Since:
    1.0.0
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class org.apache.spark.sql.delta.DeltaConcurrentModificationException

        conflictType
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MetadataChangedException

        public MetadataChangedException​(String message)