Skip to content

StagedDeltaTableV2

StagedDeltaTableV2 is a StagedTable (Spark SQL) that SupportsWrite (Spark SQL).

Creating Instance

StagedDeltaTableV2 takes the following to be created:

  • Identifier
  • Schema
  • Partitions (Array[Transform])
  • Properties
  • Operation

StagedDeltaTableV2 is created when:

CreationMode

StagedDeltaTableV2 is given a CreationMode when created:

commitStagedChanges

commitStagedChanges(): Unit

commitStagedChanges is part of the StagedTable (Spark SQL) abstraction.


commitStagedChanges...FIXME

Creating WriteBuilder

newWriteBuilder(
  info: LogicalWriteInfo): V1WriteBuilder

newWriteBuilder...FIXME

newWriteBuilder is part of the SupportsWrite (Spark SQL) abstraction.