Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxa21 committed Dec 24, 2024
1 parent 002ea06 commit 452d006
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions e2e_test/batch/catalog/information_schema.slt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ public mv_pkey public mv
public t_pkey public t

query TT
select schema_name, schema_owner from information_schema.schemata order by schema_name;
select schema_name from information_schema.schemata order by schema_name;
----
information_schema root
pg_catalog root
public root
rw_catalog root
information_schema
pg_catalog
public
rw_catalog

query TTTTTII
select * EXCEPT(constraint_catalog, table_catalog) from information_schema.key_column_usage where table_schema = 'public' order by table_name;
Expand Down

0 comments on commit 452d006

Please sign in to comment.