Skip to content

Commit

Permalink
modify some regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Dec 19, 2023
1 parent a67dcd2 commit 4800542
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,20 +173,4 @@ suite("partition_mv_rewrite") {
sql("${partition_sql}")
contains "mv_10086"
}

sql """
REFRESH MATERIALIZED VIEW mv_10086;
"""
// wait partition is valid
waitingMTMVTaskFinished(job_name)

explain {
sql("${all_partition_sql}")
contains "mv_10086"
}
explain {
sql("${partition_sql}")
contains "mv_10086"
}
sql """DROP MATERIALIZED VIEW IF EXISTS mv_10086"""
}

0 comments on commit 4800542

Please sign in to comment.