Skip to content

Commit b17813d

Browse files
Shivaji KharseShivaji Kharse
authored andcommitted
fix backup manifet.json predmap
1 parent b15c87e commit b17813d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/backup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ func ProcessBackupRequest(ctx context.Context, req *pb.BackupRequest) error {
298298

299299
for _, pred := range schema {
300300
if pred.Type == "float32vector" && len(pred.IndexSpecs) != 0 {
301-
vecPredMap[gid] = append(predMap[gid], pred.Predicate+hnsw.VecEntry, pred.Predicate+hnsw.VecKeyword,
301+
vecPredMap[gid] = append(vecPredMap[gid], pred.Predicate+hnsw.VecEntry, pred.Predicate+hnsw.VecKeyword,
302302
pred.Predicate+hnsw.VecDead)
303303
}
304304
}

0 commit comments

Comments
 (0)