Skip to content

Commit 00da85e

Browse files
added filter for vector lengths
1 parent d19592f commit 00da85e

File tree

5 files changed

+1
-1438
lines changed

5 files changed

+1
-1438
lines changed

posting/index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ func (mp *MutationPipeline) ProcessCount(ctx context.Context, pipeline *Predicat
529529
continue
530530
}
531531

532-
fmt.Println("COUNT STATS", uid, prevCount, newCount, postingList)
532+
fmt.Println("COUNT STATS", uid, prevCount, newCount, postingList, list.Print())
533533

534534
edge.ValueId = uid
535535
edge.Op = pb.DirectedEdge_DEL

t/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

t/Makefile

Lines changed: 0 additions & 43 deletions
This file was deleted.

t/README.md

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)