mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
More cleanup
This commit is contained in:
@@ -199,7 +199,7 @@ func newArchiveReader(ctx context.Context, reader tableReaderAt, fileSize uint64
|
||||
if err != nil {
|
||||
return archiveReader{}, errors.New("Failed to loadFooter: " + err.Error())
|
||||
}
|
||||
|
||||
|
||||
return buildArchiveReader(ctx, reader, footer, stats)
|
||||
}
|
||||
|
||||
|
||||
@@ -501,10 +501,6 @@ mutations_and_gc_statement() {
|
||||
run dolt admin storage
|
||||
[ $status -eq 0 ]
|
||||
|
||||
echo "------------------"
|
||||
echo "$output"
|
||||
echo "------------------"
|
||||
|
||||
## This output indicates that the new content was fetched from the remote into a table file. Note that since
|
||||
## the remote is all archive, the chunks are translated into the snappy format
|
||||
## multiline regex - no quotes - to match this text:
|
||||
|
||||
Reference in New Issue
Block a user