[fix](regression) Mirror HTTP TVF fixtures in regression OSS#66013
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
[doris-27400-static-gate] This is a P2 case-only fix. It does not touch the regression framework, shared utilities, dependencies, or build paths. Validated before requesting the CI skip:
Community buildall does not execute this P2 case. The required proof remains an exact post-merge branch-4.1 rerun of |
|
skip buildall |
|
/review |
|
Codex automated review failed and did not complete. Error: You've hit your usage limit. Visit https://chatgpt.com/codex/settings/usage to purchase more credits or try again at Jul 30th, 2026 7:58 AM. Please inspect the workflow logs and rerun the review after the underlying issue is resolved. |
What
Replace the mutable/public HuggingFace URLs in
external_table_p0/tvf/test_http_tvfwith stable public mirrors in the Doris regression OSS bucket.Why
The branch-4.1 S3 P2 validation reached the HuggingFace section and failed with
java.net.SocketTimeoutException: Connect timed out. The test data should not depend on HuggingFace network availability or mutable dataset branches.The prompts fixture is pinned to source revision
61229c8c07ea12c6e219b2b2b728f23f2842901b, which preserves the expected 204 records. The IMDb JSON and Parquet fixtures are mirrored byte-for-byte. Existing golden output is unchanged.Jira: DORIS-27400
Validation
git diff --checktest_http_tvf, tagp2This is a P2 case-only change; after merge it still requires an exact post-merge rerun of
external_table_p0/tvf/test_http_tvf.