Skip to content

Commit

Permalink
update SLTs for docs catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
mgree committed Feb 12, 2025
1 parent 76c0321 commit f0f106d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/sqllogictest/autogenerated/mz_introspection.slt
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ SELECT position, name, type FROM objects WHERE schema = 'mz_introspection' AND o
7 savings numeric
8 hint double␠precision

query ITT
SELECT position, name, type FROM objects WHERE schema = 'mz_introspection' AND object = 'mz_mappable_objects' ORDER BY position
----
1 name text
2 global_id text

query ITT
SELECT position, name, type FROM objects WHERE schema = 'mz_introspection' AND object = 'mz_lir_mapping' ORDER BY position
----
Expand Down Expand Up @@ -291,6 +297,7 @@ mz_dataflows
mz_dataflows_per_worker
mz_expected_group_size_advice
mz_lir_mapping
mz_mappable_objects
mz_message_batch_counts_received_raw
mz_message_batch_counts_sent_raw
mz_message_counts
Expand Down

0 comments on commit f0f106d

Please sign in to comment.