Skip to content

CREATE [OR REPLACE] TABLE support for Hive #21461

Open
@findinpath

Description

@findinpath

There exists already INSERT OVERWRITE functionality for partition tables in Trino through the use of the session property:

SET SESSION hive.insert_existing_partitions_behavior = 'OVERWRITE' 

Implement CREATE OR REPLACE for (unpartitioned) Hive tables.

Development information

This functionality builds on top of the scaffolding used for Iceberg & Delta #13180

See:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthiveHive connector

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions