This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new dad83349ecf [regression-test](case) fix two cases using same table 
(#47512)
dad83349ecf is described below

commit dad83349ecfa946e86b9ded6c06b6b9ad8d671a2
Author: shuke <sh...@selectdb.com>
AuthorDate: Wed Feb 5 17:13:49 2025 +0800

    [regression-test](case) fix two cases using same table (#47512)
---
 .../suites/schema_change_p0/test_agg_schema_key_change_modify.groovy    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/schema_change_p0/test_agg_schema_key_change_modify.groovy
 
b/regression-test/suites/schema_change_p0/test_agg_schema_key_change_modify.groovy
index 70e2c2c242c..44930888480 100644
--- 
a/regression-test/suites/schema_change_p0/test_agg_schema_key_change_modify.groovy
+++ 
b/regression-test/suites/schema_change_p0/test_agg_schema_key_change_modify.groovy
@@ -16,7 +16,7 @@
 // under the License.
 
 suite("test_agg_schema_key_change_modify","p0") {
-     def tbName1 = "test_agg_schema_key_change_modify1"
+     def tbName1 = "test_agg_schema_key_change_modify_table"
      def tbName2 = "test_agg_schema_key_change_modify_1"
      def initTable1 = ""
      def initTableData1 = ""


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to