Skip to content

Commit

Permalink
[Chore](case) make case test_duplicate_mv stable (apache#41467)
Browse files Browse the repository at this point in the history
## Proposed changes
make case test_duplicate_mv stable
  • Loading branch information
BiteTheDDDDt authored Sep 30, 2024
1 parent 27236f6 commit 970717c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
2 3 4 5

-- !select_mv1 --
2 3 4 5
1 2 3 4

2 3 4 5
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ suite ("test_duplicate_mv") {

mv_rewrite_success("select k1, k2, k3, k4 from duplicate_table group by k1, k2, k3, k4;", "deduplicate")

qt_select_mv1 "select k1, k2, k3, k4 from duplicate_table group by k1, k2, k3, k4;"
qt_select_mv1 "select k1, k2, k3, k4 from duplicate_table group by k1, k2, k3, k4 order by k1;"

}

0 comments on commit 970717c

Please sign in to comment.