Skip to content

Commit

Permalink
fix regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Oct 28, 2024
1 parent 9d1b400 commit 4bee7e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ suite("mv_tpch_test") {
"""
order_qt_query21_1_before "${query21_1}"
// complex join has not support yet, support in future
async_mv_rewrite_fail(db, mv21_1, query21_1, "mv21_1")
async_mv_rewrite_success(db, mv21_1, query21_1, "mv21_1")
order_qt_query21_1_after "${query21_1}"
sql """ DROP MATERIALIZED VIEW IF EXISTS mv21_1"""

Expand Down

0 comments on commit 4bee7e0

Please sign in to comment.