BaseDeltaTaskWriter
Implementation of the Iceberg BaseTaskWriter that handles delta-based updates (insert, update, delete).
N.B.: This class is implemented in Java due to visibility of the BaseEqualityDeltaWriter. That class is marked asprotected, which is less visible than the BaseTaskWriter class or any other subclasses. This is not allowed in Kotlin, so this class is implemented in Java where that it is allowed. This class should not be converted to Kotlin while the visibility is still lesser in the super class.Inheritors
Types
Properties
Link copied to clipboard
val NULL_PK_ERROR_MESSAGE: String = "Detected null value in primary key. The Iceberg protocol disallows this. This is either a bug in the source, or you should use the append/overwrite sync mode."