-- as 成相同的列名
create table if not exists test.test05 as
SELECT t01.channel_code AS col1
,t01.plat_type AS col1
FROM hive2.test.test05 t01
WHERE t01.dt >= '20241229';
--错误提示如下:
SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = get file split failed for table: dws_mkt_fin_cost_i_d, err: java.lang.NullPointerException