Skip to content

Commit 882f7ed

Browse files
committed
fix test
1 parent e1fc493 commit 882f7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-test/suites/nereids_rules_p0/mv/topN/topN_rewrite.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ suite("topN_rewrite") {
242242
limit 4 offset 2;
243243
"""
244244
order_qt_query1_4_before "${query1_4}"
245-
// query top order by is subset of mv order by columns and prefix is same, should success
245+
// should fail because of the filter
246246
async_mv_rewrite_fail(db, mv1_4, query1_4, "mv1_4")
247247
order_qt_query1_4_after "${query1_4}"
248248
sql """ DROP MATERIALIZED VIEW IF EXISTS mv1_4"""

0 commit comments

Comments
 (0)