【Doris-2.1.6】写入数据到hive 表提示:External catalog 'hive' is not allowed in 'AlterTableStmt'

Viewed 20

前置sql:
switch hive;
INSERT OVERWRITE TABLE temp.ads_pmt_wip_produce_statistics_dtl PARTITION(dt)
SELECT c_wip.org_id
,c_wip.org_code
.....
错误信息:External catalog 'hive' is not allowed in 'AlterTableStmt'
备注:Doris-2.1.3版本可以执行该sql插入。

0 Answers