Skip to content

Commit

Permalink
add regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Nov 20, 2024
1 parent 8769f5b commit 73e578c
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1635,4 +1635,24 @@ suite("aggregate_with_roll_up") {
"""
async_mv_rewrite_fail(db, mv37_0, query37_0, "mv37_0")
sql """ DROP MATERIALIZED VIEW IF EXISTS mv37_0"""


// mv has any value, query also has any value


// query has any value, mv doesn't have


// mv has any value, query also has any value, with same filter


// query has any value, mv doesn't have, with same filter


// mv has any value, query also has any value, with different filter
// should fail


// query has any value, mv doesn't have, with different filter
// should fail
}

0 comments on commit 73e578c

Please sign in to comment.