This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 2a179353fdb [test](hive-writer) Fix side-effect of
test_hive_staging_dir test. (#60599)
2a179353fdb is described below
commit 2a179353fdbef5b5d221894f8aa6b23bf7193903
Author: Qi Chen <[email protected]>
AuthorDate: Mon Feb 9 23:00:01 2026 +0800
[test](hive-writer) Fix side-effect of test_hive_staging_dir test. (#60599)
Cherry-pick #60287
---
.../suites/external_table_p0/hive/write/test_hive_staging_dir.groovy | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/regression-test/suites/external_table_p0/hive/write/test_hive_staging_dir.groovy
b/regression-test/suites/external_table_p0/hive/write/test_hive_staging_dir.groovy
index 54d0b7ddc62..76c61729fe2 100644
---
a/regression-test/suites/external_table_p0/hive/write/test_hive_staging_dir.groovy
+++
b/regression-test/suites/external_table_p0/hive/write/test_hive_staging_dir.groovy
@@ -136,9 +136,6 @@ suite("test_hive_staging_dir",
"p0,external,hive,external_docker,external_docker
try_hive_docker """drop table if exists
`${dbName}`.`${tableAbs}`"""
try_sql """drop catalog if exists ${catalogName}"""
if (fs != null) {
- if (stagingDefaultWithUser != null) {
- fs.delete(new Path(stagingDefaultWithUser), true)
- }
if (stagingRelPath != null) {
fs.delete(new Path(stagingRelPath), true)
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]