瀏覽代碼

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

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
tianyu.chu 2 周之前
父節點
當前提交
32af9c0a25
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tests/integration/datax/hive_import/ddl/hive_raw.sql

+ 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';