Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@@ -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';