forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test](mtmv) Fix sync mv not partition in rewrite test and some other…
… test problems (apache#46546) Fix sync mv not partition in rewrite because thought mv is already built wrongly In the `createMV()` method of `Suite.groovy`, it checks whether the most recent materialized view of the current database's last table has been built successfully. If a database has two tables, the synchronization materialized view of the second table may not be completed, which could incorrectly lead to the assumption that the build is complete. To address this issue, modify the test case to ensure that there is at most one table per database.
- Loading branch information
Showing
14 changed files
with
190 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
14 changes: 11 additions & 3 deletions
14
regression-test/data/nereids_syntax_p0/mv/newMv/multi_slot4.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
-- This file is automatically generated. You should know what you did if you want to edit this | ||
-- !select_star -- | ||
-4 -4 -4 d | ||
-4 -4 -4 d | ||
-4 -4 -4 d | ||
1 1 1 a | ||
1 1 1 a | ||
1 1 1 a | ||
2 2 2 b | ||
2 2 2 b | ||
2 2 2 b | ||
3 -3 \N c | ||
3 -3 \N c | ||
3 -3 \N c | ||
3 -3 \N c | ||
|
||
-- !select_mv -- | ||
-3 1 | ||
2 7 | ||
3 9 | ||
-3 3 | ||
2 21 | ||
3 27 | ||
4 \N | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.