Skip to content

Commit e2605da

Browse files
added filter for vector lengths
1 parent 1f0cc5f commit e2605da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

posting/index.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,8 @@ func (mp *MutationPipeline) ProcessCount(ctx context.Context, pipeline *Predicat
529529
continue
530530
}
531531

532+
fmt.Println("COUNT STATS", uid, prevCount, newCount, postingList)
533+
532534
edge.ValueId = uid
533535
edge.Op = pb.DirectedEdge_DEL
534536
if prevCount > 0 {

0 commit comments

Comments
 (0)