Skip to content

Commit

Permalink
[feature](mtmv)mtmv partition refresh case (apache#28787)
Browse files Browse the repository at this point in the history
  • Loading branch information
zddr authored and HappenLee committed Jan 12, 2024
1 parent 446763a commit 0724d1a
Show file tree
Hide file tree
Showing 2 changed files with 479 additions and 0 deletions.
76 changes: 76 additions & 0 deletions regression-test/data/mtmv_p0/test_partition_refresh_mtmv.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
-- This file is automatically generated. You should know what you did if you want to edit this
-- !range_date_build --
1 2017-01-15 1
1 2017-02-15 2
1 2017-03-15 3

-- !range_int_build --
1 2017-01-15 1
1 2017-02-15 2
1 2017-03-15 3

-- !list_int_build --
1 2017-01-15 1
1 2017-02-15 2
1 2017-03-15 3

-- !refresh_two_partition --
1 10 2017-01-15 1
1 10 2017-02-15 2

-- !refresh_other_partition --
1 10 2017-01-15 1
1 10 2017-02-15 2
1 10 2017-03-15 3

-- !refresh_complete_partition --
COMPLETE

-- !refresh_related_table_change --
1 10 2017-01-15 1
1 10 2017-01-15 1
1 10 2017-02-15 2
1 10 2017-03-15 3

-- !refresh_other_table_change_one --
1 10 2017-01-15 1
1 10 2017-01-15 1
1 10 2017-02-15 2
1 10 2017-03-15 3
1 9 2017-01-15 1
1 9 2017-01-15 1

-- !refresh_other_table_change_other --
1 10 2017-01-15 1
1 10 2017-01-15 1
1 10 2017-02-15 2
1 10 2017-03-15 3
1 9 2017-01-15 1
1 9 2017-01-15 1
1 9 2017-02-15 2
1 9 2017-03-15 3

-- !exclude_init --
1 10 2017-01-15 1
1 10 2017-02-15 2
1 10 2017-03-15 3

-- !exclude_will_not_change --
1 10 2017-01-15 1
1 10 2017-02-15 2
1 10 2017-03-15 3

-- !not_change_status --
false

-- !exclude_will_change --
1 10 2017-01-15 1
1 10 2017-02-15 2
1 10 2017-03-15 3
1 9 2017-01-15 1
1 9 2017-02-15 2
1 9 2017-03-15 3

-- !change_status --
true

Loading

0 comments on commit 0724d1a

Please sign in to comment.