Open
Description
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: