Skip to content

Commit

Permalink
use this function mv_rewrite_success_without_check_chosen in regression
Browse files Browse the repository at this point in the history
  • Loading branch information
feiniaofeiafei committed Sep 24, 2024
1 parent 9de54e7 commit 647b637
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,7 @@ suite("union_all_compensate") {
sql """set enable_materialized_view_rewrite = false;"""
order_qt_query6_0_before "${query6_0}"
sql """set enable_materialized_view_rewrite = true;"""
def var_result = sql "show variables"
logger.info("show variales result: " + var_result )
mv_rewrite_success(query6_0, "test_join_mv")
mv_rewrite_success_without_check_chosen(query6_0, "test_join_mv")
order_qt_query6_0_after "${query6_0}"


Expand Down

0 comments on commit 647b637

Please sign in to comment.