doris2.1.3,insert into doris_table select xxx from hive_catalog.
hive_schema.hive_table偶发性没有数据插入
插入的语句:
truncate table bbg_doris.dw_cs_cash_performance_abnormal partition p20240606;
insert into bbg_doris.dw_cs_cash_performance_abnormal select cdate, tj_time, store_id, siebel_id, emp_id, type, channel, tran_seq_no, tran_datetime, sku_count, 1 nums from hive.data_trans.dw_cs_cash_performance_abnormal;
以上语句为先清除doris表特定分区的数据,然后插入该分区的数据,其中hive表只包含该分区的数据
近7次有两次没有数据。任务执行没有报错,正常结束,从audit_log表中查询该语句的执行情况也正常:
但是查询该表,当日(2024-06-06)没有数据,最近8天有两天没有数据:
见图()
补充截图:
图1:presto可以查到数据:
图2、显示这张hive表查了4次,第一次没有查到数据,后续3次都查到了