Package io.delta.exceptions
Class ConcurrentAppendException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- java.util.ConcurrentModificationException
-
- org.apache.spark.sql.delta.DeltaConcurrentModificationException
-
- io.delta.exceptions.DeltaConcurrentModificationException
-
- org.apache.spark.sql.delta.ConcurrentAppendException
-
- io.delta.exceptions.ConcurrentAppendException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConcurrentAppendException extends org.apache.spark.sql.delta.ConcurrentAppendException
:: Evolving ::Thrown when files are added that would have been read by the current transaction.
- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcurrentAppendException(String message)
-
Method Summary
-
Methods inherited from class org.apache.spark.sql.delta.ConcurrentAppendException
$lessinit$greater$default$3
-
Methods inherited from class org.apache.spark.sql.delta.DeltaConcurrentModificationException
conflictType
-
-