Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Shanicky Chen <[email protected]>
  • Loading branch information
shanicky committed Dec 28, 2023
1 parent 80063df commit 2065916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/ddl/alter_parallelism.slt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ alter materialized view m_simple set parallelism = 3;
query T
select parallelism from mview_parallelism where name = 'm_simple';
----
AUTO
FIXED(3)

statement ok
create materialized view m_join as select t1.v as t1v, t2.v as t2v from t t1, t t2 where t1.v = t2.v;
Expand Down

0 comments on commit 2065916

Please sign in to comment.