Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Jan 10, 2025
1 parent 031d6e2 commit 420fb8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ suite("mv_with_date_trunc") {
logger.info("lineitem table stats: " + result)
result = sql """show index stats lineitem lineitem"""
logger.info("lineitem index stats: " + result)
mv_rewrite_success(query4_1, "mv4_1", true, is_partition_statistics_ready(db, ["lineitem", "mv4_1"]))
mv_rewrite_success_without_check_chosen(query4_1, "mv4_1")
order_qt_query4_1_after "${query4_1}"
sql """ DROP MATERIALIZED VIEW IF EXISTS mv4_1"""

Expand Down

0 comments on commit 420fb8e

Please sign in to comment.