Pārlūkot izejas kodu

fix(tests): raw DDL 补 LOCATION(Spark 严格要求 EXTERNAL 带 LOCATION)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
tianyu.chu 2 nedēļas atpakaļ
vecāks
revīzija
32af9c0a25

+ 2 - 1
tests/integration/datax/hive_import/ddl/hive_raw.sql

@@ -24,4 +24,5 @@ CREATE EXTERNAL TABLE IF NOT EXISTS test.raw_usr_app_user_cert_info_inc_d (
 )
 COMMENT '用户证件信息 raw 贴源(冒烟测试)'
 PARTITIONED BY (dt STRING)
-STORED AS ORC;
+STORED AS ORC
+LOCATION '/user/hive/warehouse/test.db/raw_usr_app_user_cert_info_inc_d';