This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 7734b4beb8c [fix](case) test_schema_change_concurrent_with_txn (#54954)
7734b4beb8c is described below
commit 7734b4beb8c0256b3876e8c5f3fa0d6c64dd6fc5
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Aug 19 09:35:56 2025 +0800
[fix](case) test_schema_change_concurrent_with_txn (#54954)
---
.../suites/schema_change/test_schema_change_concurrent_with_txn.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/schema_change/test_schema_change_concurrent_with_txn.groovy
b/regression-test/suites/schema_change/test_schema_change_concurrent_with_txn.groovy
index a31a7786e44..b2dea046492 100644
---
a/regression-test/suites/schema_change/test_schema_change_concurrent_with_txn.groovy
+++
b/regression-test/suites/schema_change/test_schema_change_concurrent_with_txn.groovy
@@ -71,7 +71,7 @@ suite('test_schema_change_concurrent_with_txn', 'docker') {
assertEquals(8, runningTxn)
sql "ALTER TABLE tbl_1 ADD COLUMN k3 INT DEFAULT '-1'"
- sql 'CREATE MATERIALIZED VIEW tbl_2_mv AS SELECT k1, k1 + k2 FROM
tbl_2'
+ sql 'CREATE MATERIALIZED VIEW tbl_2_mv AS SELECT k1 as col1, k1 + k2
as col2 FROM tbl_2'
sql 'ALTER TABLE tbl_3 ADD ROLLUP tbl_3_r1(k1, v)'
sql 'ALTER TABLE tbl_4 ORDER BY (k2, k1)'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]