Skip to content

Commit

Permalink
fix slt
Browse files Browse the repository at this point in the history
  • Loading branch information
yezizp2012 committed Mar 28, 2024
1 parent 33a6fd9 commit 4aafb05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e_test/sql_migration/check.slt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ SET RW_IMPLICIT_FLUSH TO true;
query T rowsort
show databases;
----
dev
db1
dev

query T rowsort
show schemas;
Expand All @@ -19,16 +19,16 @@ schema1
query T rowsort
select name, relation_type from rw_relations where relation_type != 'system table' AND relation_type != 'view';
----
ddl_subscription_table subscription
idx1 index
m_simple table
mv1 materialized view
mv2 materialized view
sink sink
s_simple_1 sink
sink sink
src source
t1 table
t_simple table
m_simple table
ddl_subscription_table subscription

query T
show views;
Expand Down

0 comments on commit 4aafb05

Please sign in to comment.