mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-13 11:09:10 -05:00
PR Feedback
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user