Packages

p

io.delta

exceptions

package exceptions

Type Members

  1. class Evolving API ConcurrentAppendException extends org.apache.spark.sql.delta.ConcurrentAppendException

    Thrown when files are added that would have been read by the current transaction.

    Annotations
    @Evolving()
    Since

    1.0.0

  2. class Evolving API ConcurrentDeleteDeleteException extends org.apache.spark.sql.delta.ConcurrentDeleteDeleteException

    Thrown when the current transaction deletes data that was deleted by a concurrent transaction.

    Annotations
    @Evolving()
    Since

    1.0.0

  3. class Evolving API ConcurrentDeleteReadException extends org.apache.spark.sql.delta.ConcurrentDeleteReadException

    Thrown when the current transaction reads data that was deleted by a concurrent transaction.

    Annotations
    @Evolving()
    Since

    1.0.0

  4. class Evolving API ConcurrentTransactionException extends org.apache.spark.sql.delta.ConcurrentTransactionException

    Thrown when concurrent transaction both attempt to update the same idempotent transaction.

    Annotations
    @Evolving()
    Since

    1.0.0

  5. class Evolving API ConcurrentWriteException extends org.apache.spark.sql.delta.ConcurrentWriteException

    Thrown when a concurrent transaction has written data after the current transaction read the table.

    Annotations
    @Evolving()
    Since

    1.0.0

  6. abstract class Evolving API DeltaConcurrentModificationException extends org.apache.spark.sql.delta.DeltaConcurrentModificationException

    The basic class for all Delta commit conflict exceptions.

    Annotations
    @Evolving()
    Since

    1.0.0

  7. class Evolving API MetadataChangedException extends org.apache.spark.sql.delta.MetadataChangedException

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

    Annotations
    @Evolving()
    Since

    1.0.0

  8. class Evolving API ProtocolChangedException extends org.apache.spark.sql.delta.ProtocolChangedException

    Thrown when the protocol version has changed between the time of read and the time of commit.

    Annotations
    @Evolving()
    Since

    1.0.0