Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cara Haas committed Jan 3, 2024
1 parent 4b568dc commit 3ca13a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/catalog/src/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2824,7 +2824,7 @@ pub static MZ_SOURCE_STATISTICS: Lazy<BuiltinSource> = Lazy::new(|| BuiltinSourc
.with_column("messages_received", ScalarType::UInt64.nullable(false))
.with_column("updates_staged", ScalarType::UInt64.nullable(false))
.with_column("updates_committed", ScalarType::UInt64.nullable(false))
.with_column("bytes_received", ScalarType::UInt64.nullable(false))
.with_column("byttes_received", ScalarType::UInt64.nullable(false))
.with_column("envelope_state_bytes", ScalarType::UInt64.nullable(false))
.with_column("envelope_state_records", ScalarType::UInt64.nullable(false))
.with_column("rehydration_latency", ScalarType::Interval.nullable(true)),
Expand Down

0 comments on commit 3ca13a7

Please sign in to comment.