Skip to content

Commit 9ce5707

Browse files
authored
[fix](regression) Fix p0 case test_modify_reorder_column (#37256)
#37067 passed all pipeline cases based on the branch that doesn't contain #37039 which changed the output format merged later, causing this case's failure.
1 parent a8aa038 commit 9ce5707

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
-- This file is automatically generated. You should know what you did if you want to edit this
22
-- !dup --
3-
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}
3+
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}
44

55
-- !dup --
6-
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}
7-
2 {"f1": "E", "f2": "F", "f3": 30, "f4": 484.3234} {"a":1,"b":[1],"c":1.0} \N
6+
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}
7+
2 {"f1":"E", "f2":"F", "f3":30, "f4":484.3234} {"a":1,"b":[1],"c":1.0} \N
88

99
-- !mor --
10-
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}
10+
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}
1111

1212
-- !mor --
13-
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}
14-
2 {"f1": "E", "f2": "F", "f3": 30, "f4": 484.3234} {"a":1,"b":[1],"c":1.0} \N
13+
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}
14+
2 {"f1":"E", "f2":"F", "f3":30, "f4":484.3234} {"a":1,"b":[1],"c":1.0} \N
1515

1616
-- !mow --
17-
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}
17+
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}
1818

1919
-- !mow --
20-
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}
21-
2 {"f1": "E", "f2": "F", "f3": 30, "f4": 484.3234} {"a":1,"b":[1],"c":1.0} \N
20+
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}
21+
2 {"f1":"E", "f2":"F", "f3":30, "f4":484.3234} {"a":1,"b":[1],"c":1.0} \N
2222

0 commit comments

Comments
 (0)