Skip to content

Commit

Permalink
fix gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunzhu committed Apr 18, 2023
1 parent 1e343a8 commit da5e6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/storage/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package storage

import (
"bytes"
"compress/gzip"
"context"
"io"

"github.com/golang/snappy"
"github.com/klauspost/compress/gzip"
"github.com/klauspost/compress/zstd"
"github.com/pingcap/errors"
"github.com/pingcap/log"
Expand Down

0 comments on commit da5e6d6

Please sign in to comment.