Skip to content

Commit 920cc89

Browse files
added filter for vector lengths
1 parent 86681bd commit 920cc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posting/index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ func (mp *MutationPipeline) ProcessCount(ctx context.Context, pipeline *Predicat
528528
if updated {
529529
if !info.isList {
530530
if !info.noConflict {
531-
mp.txn.addConflictKey(farm.Fingerprint64(dataKey))
531+
//mp.txn.addConflictKey(farm.Fingerprint64(dataKey))
532532
}
533533
} else {
534534
mp.txn.addConflictKeyWithUid(dataKey, postingList, info.hasUpsert, info.noConflict)

0 commit comments

Comments
 (0)