presto不支持insert overwrite語法, 如下圖:
要想實現可通過設置hive.insert_existing_partitions_behavior參數.
目前支持三種模式:
set session hive.insert_existing_partitions_behavior = 'overwrite';
set session hive.insert_existing_partitions_behavior = 'append';
set session hive.insert_existing_partitions_behavior = 'error';