Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Oct 13, 2024
1 parent 0c1f3eb commit 705895e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ suite("partition_mv_rewrite_dimension_2_6") {
left join lineitem_2_6
on lineitem_2_6.l_orderkey = orders_2_6.o_orderkey
where o_custkey > (-3) + 5 and o_orderdate >= '2023-10-17' """
create_async_mv(db, sql_stmt_9, mv_name_9)
mv_rewrite_success(sql_stmt_9, mv_name_9)
compare_res(sql_stmt_9 + " order by 1,2,3,4,5,6")
sql """DROP MATERIALIZED VIEW IF EXISTS ${mv_name_9};"""

Expand Down

0 comments on commit 705895e

Please sign in to comment.