This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 a402a3930c3 branch-3.0: [regression-test](fix) fix 'desc table' to
follower assertion failure #46788 (#46818)
a402a3930c3 is described below
commit a402a3930c3eb106a8ee06f9599d960d9dd1fc79
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 11 19:35:22 2025 +0800
branch-3.0: [regression-test](fix) fix 'desc table' to follower assertion
failure #46788 (#46818)
Cherry-picked from #46788
Co-authored-by: shuke <[email protected]>
---
.../ddl/create_nestedtypes_with_schemachange.out | 24 +++++++++++-----------
.../create_nestedtypes_with_schemachange.groovy | 4 ++--
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git
a/regression-test/data/datatype_p0/nested_types/ddl/create_nestedtypes_with_schemachange.out
b/regression-test/data/datatype_p0/nested_types/ddl/create_nestedtypes_with_schemachange.out
index 5b811095fcb..efcecd75953 100644
---
a/regression-test/data/datatype_p0/nested_types/ddl/create_nestedtypes_with_schemachange.out
+++
b/regression-test/data/datatype_p0/nested_types/ddl/create_nestedtypes_with_schemachange.out
@@ -1,5 +1,5 @@
-- This file is automatically generated. You should know what you did if you
want to edit this
--- !sql --
+-- !master_sql --
col0 bigint No true \N
col_array array<text> Yes false \N NONE
col2 int No false \N NONE
@@ -7,7 +7,7 @@ col3 array<int> Yes false \N NONE
col4 map<int,int> Yes false \N NONE
col5 struct<f1:int> Yes false \N NONE
--- !sql --
+-- !master_sql --
col0 bigint No true \N
col_map map<char(32),text> Yes false \N NONE
col2 int No false \N NONE
@@ -15,7 +15,7 @@ col3 array<int> Yes false \N NONE
col4 map<int,int> Yes false \N NONE
col5 struct<f1:int> Yes false \N NONE
--- !sql --
+-- !master_sql --
col0 bigint No true \N
col_struct struct<f1:varchar(1)> Yes false \N NONE
col2 int No false \N NONE
@@ -23,21 +23,21 @@ col3 array<int> Yes false \N NONE
col4 map<int,int> Yes false \N NONE
col5 struct<f1:int> Yes false \N NONE
--- !sql --
+-- !master_sql --
col0 bigint No true \N
col2 int No false \N NONE
col3 array<int> Yes false \N NONE
col4 map<int,int> Yes false \N NONE
col5 struct<f1:int> Yes false \N NONE
--- !sql --
+-- !master_sql --
col0 bigint No true \N
col2 int No false \N NONE
col3 array<int> Yes false \N NONE
col4 map<int,int> Yes false \N NONE
col5 struct<f1:int> Yes false \N NONE
--- !sql --
+-- !master_sql --
col0 bigint No true \N
col2 int No false \N NONE
col3 array<int> Yes false \N NONE
@@ -47,7 +47,7 @@ col5 struct<f1:int> Yes false \N NONE
-- !sql_before --
1 2 [1, 2] {1:2} {"f1":1} {"a":[1,2,3]}
--- !sql --
+-- !master_sql --
col0 bigint No true \N
col2 int No false \N NONE
col3 array<int> Yes false \N NONE
@@ -61,7 +61,7 @@ col6 variant Yes false \N NONE
-- !sql_before --
1 2 [1, 2] {1:2} {"f1":1} {"a":[1,2,3]}
--- !sql --
+-- !master_sql --
col0 bigint No true \N
col2 int No false \N NONE
col3 array<int> Yes false \N NONE
@@ -75,7 +75,7 @@ col6 variant No false \N NONE
-- !sql_before --
1 2 [1, 2] {1:2} {"f1":1} {"a":[1,2,3]}
--- !sql --
+-- !master_sql --
col0 bigint No true \N
col2 int No false \N NONE
col3 array<int> Yes false \N NONE
@@ -89,7 +89,7 @@ col6 variant Yes false \N NONE
-- !sql_before --
1 2 [1, 2] {1:2} {"f1":1} {"a":[1,2,3]}
--- !sql --
+-- !master_sql --
col0 bigint No true \N
col2 int No false \N NONE
col3 array<int> No false \N NONE
@@ -103,7 +103,7 @@ col6 variant No false \N NONE
-- !sql_before --
1 2 [1, 2] {1:2} {"f1":1} {"a":[1,2,3]}
--- !sql --
+-- !master_sql --
col0 bigint No true \N
col2 int No false \N NONE
col3 array<int> Yes false \N NONE
@@ -117,7 +117,7 @@ col6 variant Yes false \N NONE
-- !sql_before --
1 2 [1, 2] {1:2} {"f1":1} {"a":[1,2,3]}
--- !sql --
+-- !master_sql --
col0 bigint No true \N
col2 int No false \N NONE
col3 array<int> No false \N NONE
diff --git
a/regression-test/suites/datatype_p0/nested_types/ddl/create_nestedtypes_with_schemachange.groovy
b/regression-test/suites/datatype_p0/nested_types/ddl/create_nestedtypes_with_schemachange.groovy
index 62b9ab3bb56..26db35cbbe0 100644
---
a/regression-test/suites/datatype_p0/nested_types/ddl/create_nestedtypes_with_schemachange.groovy
+++
b/regression-test/suites/datatype_p0/nested_types/ddl/create_nestedtypes_with_schemachange.groovy
@@ -45,7 +45,7 @@ suite("create_nestedtypes_with_schemachange", "p0") {
}
}
// desc table
- qt_sql "DESC $testTablex"
+ qt_master_sql "DESC $testTablex"
}
// array
@@ -102,7 +102,7 @@ suite("create_nestedtypes_with_schemachange", "p0") {
}
}
// desc table
- qt_sql "DESC $testTablex"
+ qt_master_sql "DESC $testTablex"
qt_sql_after "select * from $testTablex"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]