Skip to content

Commit

Permalink
Make ConsistentLookup implement IsBackfilling
Browse files Browse the repository at this point in the history
Signed-off-by: Armand Parajon <[email protected]>
  • Loading branch information
aparajon committed Jan 9, 2024
1 parent 7da5132 commit 110f0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgate/vindexes/consistent_lookup.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ func (lu *clCommon) GetCommitOrder() vtgatepb.CommitOrder {
}

// IsBackfilling implements the LookupBackfill interface
func (lu *ConsistentLookupUnique) IsBackfilling() bool {
func (lu *clCommon) IsBackfilling() bool {
return lu.writeOnly
}

Expand Down

0 comments on commit 110f0c9

Please sign in to comment.