Skip to content

Commit 6b911f7

Browse files
smrz2001stbrody
andcommitted
chore: update comment
Co-authored-by: Spencer T Brody <spencer+github@3box.io>
1 parent 3c7f83f commit 6b911f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline/src/schemas.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ pub fn stream_tips_partitioned() -> SchemaRef {
272272
}))
273273
}
274274

275-
/// The `stream_states` table contains the canonical tip for each stream
275+
/// The `stream_states` table contains the canonical tip for each stream (after conflict resolution has selected from all divergent histories)
276276
pub fn stream_states() -> SchemaRef {
277277
Arc::clone(STREAM_STATES.get_or_init(|| {
278278
Arc::new(

0 commit comments

Comments
 (0)