Skip to content

Commit

Permalink
[fix](regression) Fix p0 case test_modify_reorder_column (#37256)
Browse files Browse the repository at this point in the history
#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.
  • Loading branch information
bobhan1 authored Jul 4, 2024
1 parent a8aa038 commit 9ce5707
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9ce5707

Please sign in to comment.