From 03d7fac6b01d78f57ce0e15df03806bcf383e686 Mon Sep 17 00:00:00 2001 From: Neil Macneale IV Date: Fri, 22 Aug 2025 09:45:26 -0700 Subject: [PATCH] PR Feedback --- go/libraries/doltcore/remotesrv/grpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/libraries/doltcore/remotesrv/grpc.go b/go/libraries/doltcore/remotesrv/grpc.go index e0592aab9c..7636c11652 100644 --- a/go/libraries/doltcore/remotesrv/grpc.go +++ b/go/libraries/doltcore/remotesrv/grpc.go @@ -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