PR Feedback

This commit is contained in:
Neil Macneale IV
2025-08-22 09:45:26 -07:00
parent 5f13c72903
commit 03d7fac6b0

View File

@@ -193,7 +193,7 @@ func (rs *RemoteChunkStore) GetDownloadLocations(ctx context.Context, req *remot
var ranges []*remotesapi.RangeChunk
for h, r := range hashToRange {
if r.DictLength != 0 {
return nil, status.Error(codes.Aborted, "upgrade your dolt client; it is too old to read these files")
return nil, status.Error(codes.Unknown, "upgrade your dolt client; it is too old to read these files")
}
hCpy := h