This is an automated email from the ASF dual-hosted git repository.
zhangchen 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 9ce57071d8e [fix](regression) Fix p0 case `test_modify_reorder_column`
(#37256)
9ce57071d8e is described below
commit 9ce57071d8e0b67afa7ac9e95d016f134c8bf048
Author: bobhan1 <[email protected]>
AuthorDate: Thu Jul 4 16:16:43 2024 +0800
[fix](regression) Fix p0 case `test_modify_reorder_column` (#37256)
https://github.com/apache/doris/pull/37067 passed all pipeline cases
based on the branch that doesn't contain
https://github.com/apache/doris/pull/37039 which changed the output
format merged later, causing this case's failure.
---
.../schema_change_p0/test_modify_reorder_column.out | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git
a/regression-test/data/schema_change_p0/test_modify_reorder_column.out
b/regression-test/data/schema_change_p0/test_modify_reorder_column.out
index 64e030f740e..ce2b54972c4 100644
--- a/regression-test/data/schema_change_p0/test_modify_reorder_column.out
+++ b/regression-test/data/schema_change_p0/test_modify_reorder_column.out
@@ -1,22 +1,22 @@
-- This file is automatically generated. You should know what you did if you
want to edit this
-- !dup --
-1 {"f1": "A", "f2": "B", "f3": 10, "f4": 3.14} {"f1": "C", "f2": "D",
"f3": 20, "f4": 8.343} {"a":1,"b":[1],"c":1.0}
+1 {"f1":"A", "f2":"B", "f3":10, "f4":3.14} {"f1":"C", "f2":"D",
"f3":20, "f4":8.343} {"a":1,"b":[1],"c":1.0}
-- !dup --
-1 {"f1": "A", "f2": "B", "f3": 10, "f4": 3.14} {"a":1,"b":[1],"c":1.0}
{"f1": "C", "f2": "D", "f3": 20, "f4": 8.343}
-2 {"f1": "E", "f2": "F", "f3": 30, "f4": 484.3234}
{"a":1,"b":[1],"c":1.0} \N
+1 {"f1":"A", "f2":"B", "f3":10, "f4":3.14} {"a":1,"b":[1],"c":1.0}
{"f1":"C", "f2":"D", "f3":20, "f4":8.343}
+2 {"f1":"E", "f2":"F", "f3":30, "f4":484.3234} {"a":1,"b":[1],"c":1.0}
\N
-- !mor --
-1 {"f1": "A", "f2": "B", "f3": 10, "f4": 3.14} {"f1": "C", "f2": "D",
"f3": 20, "f4": 8.343} {"a":1,"b":[1],"c":1.0}
+1 {"f1":"A", "f2":"B", "f3":10, "f4":3.14} {"f1":"C", "f2":"D",
"f3":20, "f4":8.343} {"a":1,"b":[1],"c":1.0}
-- !mor --
-1 {"f1": "A", "f2": "B", "f3": 10, "f4": 3.14} {"a":1,"b":[1],"c":1.0}
{"f1": "C", "f2": "D", "f3": 20, "f4": 8.343}
-2 {"f1": "E", "f2": "F", "f3": 30, "f4": 484.3234}
{"a":1,"b":[1],"c":1.0} \N
+1 {"f1":"A", "f2":"B", "f3":10, "f4":3.14} {"a":1,"b":[1],"c":1.0}
{"f1":"C", "f2":"D", "f3":20, "f4":8.343}
+2 {"f1":"E", "f2":"F", "f3":30, "f4":484.3234} {"a":1,"b":[1],"c":1.0}
\N
-- !mow --
-1 {"f1": "A", "f2": "B", "f3": 10, "f4": 3.14} {"f1": "C", "f2": "D",
"f3": 20, "f4": 8.343} {"a":1,"b":[1],"c":1.0}
+1 {"f1":"A", "f2":"B", "f3":10, "f4":3.14} {"f1":"C", "f2":"D",
"f3":20, "f4":8.343} {"a":1,"b":[1],"c":1.0}
-- !mow --
-1 {"f1": "A", "f2": "B", "f3": 10, "f4": 3.14} {"a":1,"b":[1],"c":1.0}
{"f1": "C", "f2": "D", "f3": 20, "f4": 8.343}
-2 {"f1": "E", "f2": "F", "f3": 30, "f4": 484.3234}
{"a":1,"b":[1],"c":1.0} \N
+1 {"f1":"A", "f2":"B", "f3":10, "f4":3.14} {"a":1,"b":[1],"c":1.0}
{"f1":"C", "f2":"D", "f3":20, "f4":8.343}
+2 {"f1":"E", "f2":"F", "f3":30, "f4":484.3234} {"a":1,"b":[1],"c":1.0}
\N
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]