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 22, 2024
1 parent 43558ca commit 0b90228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ suite("agg_on_none_agg") {
bin(o_orderkey);
"""
order_qt_query3_0_before "${query3_0}"
async_mv_rewrite_success_without_check_chosen(db, mv3_0, query3_0, "mv3_0", true)
async_mv_rewrite_success_without_check_chosen(db, mv3_0, query3_0, "mv3_0")
order_qt_query3_0_after "${query3_0}"
sql """ DROP MATERIALIZED VIEW IF EXISTS mv3_0"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ suite("variant_mv") {
cast(repo['name'] as varchar(100));
"""
order_qt_query2_1_before "${query2_1}"
async_mv_rewrite_success_without_check_chosen(db, mv2_1, query2_1, "mv2_1", true)
async_mv_rewrite_success_without_check_chosen(db, mv2_1, query2_1, "mv2_1")
order_qt_query2_1_after "${query2_1}"
sql """ DROP MATERIALIZED VIEW IF EXISTS mv2_1"""

Expand Down

0 comments on commit 0b90228

Please sign in to comment.