Skip to content

Commit

Permalink
Merge branch 'lineage/is-append-only-subsume' of https://github.com/g…
Browse files Browse the repository at this point in the history
…rafana/thema into lineage/is-append-only-subsume
  • Loading branch information
AgnesToulet committed May 15, 2023
2 parents 198950c + f49f9a8 commit a822298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lineage.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func (lin *unaryConvLineage[T]) TypedSchema() TypedSchema[T] {
return lin.tsch
}

// IsAppenOnly returns nil if the new lineage only contains new schemas compared to the old one.
// IsAppendOnly returns nil if the new lineage only contains new schemas compared to the old one.
// It returns an error if old schemas are updated or deleted.
func IsAppendOnly(oldLineage Lineage, newLineage Lineage) error {
oldSchemas := oldLineage.All()
Expand Down

0 comments on commit a822298

Please sign in to comment.