This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 01c5026f286 branch-4.0: [test](case) fix the hdfs case uri error
#58556 (#58575)
01c5026f286 is described below
commit 01c5026f28691197c7058e5cd48154bf3a5021d4
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 2 09:29:31 2025 +0800
branch-4.0: [test](case) fix the hdfs case uri error #58556 (#58575)
Cherry-picked from #58556
Co-authored-by: zhangstar333 <[email protected]>
---
.../external_table_p0/paimon/test_paimon_catalog_varbinary.groovy | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/regression-test/suites/external_table_p0/paimon/test_paimon_catalog_varbinary.groovy
b/regression-test/suites/external_table_p0/paimon/test_paimon_catalog_varbinary.groovy
index eba056d3db1..91e69289cb3 100644
---
a/regression-test/suites/external_table_p0/paimon/test_paimon_catalog_varbinary.groovy
+++
b/regression-test/suites/external_table_p0/paimon/test_paimon_catalog_varbinary.groovy
@@ -75,8 +75,8 @@ suite("test_paimon_catalog_varbinary",
"p0,external,doris,external_docker,extern
// no mapping
qt_varbinary_7 """
select * from hdfs(
- "uri" =
"hdfs://127.0.0.1:8020/user/doris/paimon1/db1.db/binary_demo3/bucket-0/data-01367323-fe57-4cf2-8d63-658136eef42a-0.parquet",
- "fs.defaultFS" = "hdfs://127.0.0.1:8020",
+ "uri" =
"hdfs://${externalEnvIp}:${hdfs_port}/user/doris/paimon1/db1.db/binary_demo3/bucket-0/data-01367323-fe57-4cf2-8d63-658136eef42a-0.parquet",
+ "fs.defaultFS" = "hdfs://${externalEnvIp}:${hdfs_port}",
"hadoop.username" = "doris",
"format" = "parquet");
"""
@@ -84,8 +84,8 @@ suite("test_paimon_catalog_varbinary",
"p0,external,doris,external_docker,extern
// with mapping
qt_varbinary_8 """
select * from hdfs(
- "uri" =
"hdfs://127.0.0.1:8020/user/doris/paimon1/db1.db/binary_demo3/bucket-0/data-01367323-fe57-4cf2-8d63-658136eef42a-0.parquet",
- "fs.defaultFS" = "hdfs://127.0.0.1:8020",
+ "uri" =
"hdfs://${externalEnvIp}:${hdfs_port}/user/doris/paimon1/db1.db/binary_demo3/bucket-0/data-01367323-fe57-4cf2-8d63-658136eef42a-0.parquet",
+ "fs.defaultFS" = "hdfs://${externalEnvIp}:${hdfs_port}",
"hadoop.username" = "doris",
"enable_mapping_varbinary" = "true",
"format" = "parquet");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]