From 2af2d28b7bf887eb2b01347054e697266f811230 Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Mon, 22 Dec 2025 13:39:52 +0000 Subject: [PATCH 1/2] docs: Fix minor typo --- .../idiomatic-materialize-sql/appendix/example-orders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/content/transform-data/idiomatic-materialize-sql/appendix/example-orders.md b/doc/user/content/transform-data/idiomatic-materialize-sql/appendix/example-orders.md index 056c485b60179..a7230d67bce76 100644 --- a/doc/user/content/transform-data/idiomatic-materialize-sql/appendix/example-orders.md +++ b/doc/user/content/transform-data/idiomatic-materialize-sql/appendix/example-orders.md @@ -8,7 +8,7 @@ menu: identifier: idiomatic-materialize-appendix-example-orders --- -The following sample data is used in the various Idiomaitc Materialize SQL +The following sample data is used in the various Idiomatic Materialize SQL pages: ```mzsql From f74cffb4738c57aab5709081b351331d4ccec2f8 Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Tue, 23 Dec 2025 12:11:50 +0000 Subject: [PATCH 2/2] two more typos --- src/catalog/src/memory/objects.rs | 2 +- test/ssh-connection/kafka-sink-after-ssh-restart.td | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/catalog/src/memory/objects.rs b/src/catalog/src/memory/objects.rs index 259255272db7b..862d18efd1b0c 100644 --- a/src/catalog/src/memory/objects.rs +++ b/src/catalog/src/memory/objects.rs @@ -1219,7 +1219,7 @@ impl Source { /// The expensive resource that each source consumes is persist shards. To /// prevent abuse, we want to prevent users from creating sources that use an /// unbounded number of persist shards. But we also don't want to count - /// persist shards that are mandated by teh system (e.g., the progress + /// persist shards that are mandated by the system (e.g., the progress /// shard) so that future versions of Materialize can introduce additional /// per-source shards (e.g., a per-source status shard) without impacting /// the limit calculation. diff --git a/test/ssh-connection/kafka-sink-after-ssh-restart.td b/test/ssh-connection/kafka-sink-after-ssh-restart.td index bc0a9da5afbb0..d24ec04ed3a6d 100644 --- a/test/ssh-connection/kafka-sink-after-ssh-restart.td +++ b/test/ssh-connection/kafka-sink-after-ssh-restart.td @@ -16,7 +16,7 @@ running running -# Ensure we can maintain statistics after teh sink restarts +# Ensure we can maintain statistics after the sink restarts > SELECT s.name, SUM(u.messages_staged), SUM(u.messages_committed), SUM(u.bytes_staged) > 0, SUM(bytes_staged) = SUM(bytes_committed) FROM mz_sinks s JOIN mz_internal.mz_sink_statistics_raw u ON s.id = u.id