This is an automated email from the ASF dual-hosted git repository.
eldenmoon 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 2d46dae3b3f [chore](test) fix duplicated table name in
predefined_typed_to_sparse_1shard (#61115)
2d46dae3b3f is described below
commit 2d46dae3b3fd6b4127ce624840dff44a989569e8
Author: lihangyu <[email protected]>
AuthorDate: Mon Mar 9 10:13:41 2026 +0800
[chore](test) fix duplicated table name in
predefined_typed_to_sparse_1shard (#61115)
---
.../variant_p0/predefine/predefined_typed_to_sparse_1shard.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/variant_p0/predefine/predefined_typed_to_sparse_1shard.groovy
b/regression-test/suites/variant_p0/predefine/predefined_typed_to_sparse_1shard.groovy
index d1eaf5d5974..046fa77cf6e 100644
---
a/regression-test/suites/variant_p0/predefine/predefined_typed_to_sparse_1shard.groovy
+++
b/regression-test/suites/variant_p0/predefine/predefined_typed_to_sparse_1shard.groovy
@@ -48,7 +48,7 @@ suite("test_predefine_typed_to_sparse_1shard", "p0"){
}
}
- def tableName = "test_predefine_typed_to_sparse"
+ def tableName = "test_predefine_typed_to_sparse_1shard"
sql "set default_variant_sparse_hash_shard_count = 1"
sql "DROP TABLE IF EXISTS ${tableName}"
sql """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]