-
Notifications
You must be signed in to change notification settings - Fork 449
Closed as not planned
Labels
Description
Feature Request / Improvement
SparkCatalog supports "REPLACE TABLE ... AS SELECT" as an atomic operation when using a SparkCatalog.
Similarly, we should introduce support for an atomic RTAS operation in PyIceberg.
Atomic table replacement creates a new snapshot with the results of the SELECT query, but keeps table history.
Reactions are currently unavailable