Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/catalog/src/memory/objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion test/ssh-connection/kafka-sink-after-ssh-restart.td
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down