Skip to content

Commit

Permalink
fix slt
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Mar 4, 2024
1 parent a88256a commit 18e3701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_test/batch/catalog/rw_depend.slt.part
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ create sink sink1 from mv2 with (connector='blackhole');

# equivalent to:
# select objid::regclass, refobjid::regclass from rw_depend;
query TT
query TT rowsort
select r1.name, r2.name relname
from rw_depend d
join rw_relations r1 on d.objid = r1.id
join rw_relations r2 on d.refobjid = r2.id;
----
mv1 t1
mv1 s1
mv1 t1
mv2 mv1
sink1 mv2

Expand Down

0 comments on commit 18e3701

Please sign in to comment.