问题:maxcompute表是事务主键表,支持Upsert入库;但是在doris执行查询报错不支持此类型,有望支持嘛🌹~
场景:使用catalog接入maxcompute数据源查询数据,插入doris中。
参考:https://help.aliyun.com/zh/maxcompute/user-guide/table-operations-1?spm=a2c4g.11186623.0.0.1b09b22585yxv1#4be4a2800f8td
示例:
1.SELECT * from mc_pro.datax.ods_data_t1_base;
2. create table demo
.mc_test
as
SELECT * from mc_pro.datax.ods_data_t1_base;
版本:
doris版本:2.1.5单机
maxcompute 数据类型2.0
异常:SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = Unexpected exception: RequestId=2024xxxx, ErrorCode=MethodNotAllowed, ErrorMessage=Upsert is not supported