Skip to content

Support RTAS (Replace table as select) #3056

Description

@xanderbailey

Is your feature request related to a problem or challenge?

In Spark DDL you can do something like:

CREATE OR REPLACE TABLE table
AS
SELECT * FROM ...;

Which is a powerful primitive. It allows for new schema and data to be assigned whilst keeping snapshot history, table UUID.

Describe the solution you'd like

No response

Willingness to contribute

I can contribute to this feature independently

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions