类 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
所有已实现的接口:
Serializable, org.apache.spark.SparkThrowable, org.apache.spark.sql.delta.DeltaThrowable, org.apache.spark.sql.delta.DeltaThrowableConditionShim

public class ConcurrentAppendException extends org.apache.spark.sql.delta.ConcurrentAppendException implements org.apache.spark.sql.delta.DeltaThrowable
:: 演进中 :

当添加的文件将被当前事务读取时抛出。

1.0.0
另请参阅
  • 构造器详细信息

    • ConcurrentAppendException

      public ConcurrentAppendException(String message)
    • ConcurrentAppendException

      public ConcurrentAppendException(String[] messageParameters)
  • 方法详情

    • getErrorClass

      public String getErrorClass()
      指定者
      接口 org.apache.spark.sql.delta.DeltaThrowableConditionShim 中的 getErrorClass
      指定者
      接口 org.apache.spark.SparkThrowable 中的 getErrorClass
    • getMessage

      public String getMessage()
      覆盖
      Throwable 中的 getMessage