Skip to content

Commit

Permalink
compress reader/writer support reading/writing snappy/zstd type compr…
Browse files Browse the repository at this point in the history
…essed files
  • Loading branch information
lyzx2001 committed Oct 28, 2022
1 parent aad932b commit 215831a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions br/pkg/storage/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ const (
NoCompression CompressType = iota
// Gzip will compress given bytes in gzip format.
Gzip
// LZO will compress given bytes in lzo format.
LZO
// Snappy will compress given bytes in snappy format.
Snappy
// Zstd will compress given bytes in zstd format.
Expand Down

0 comments on commit 215831a

Please sign in to comment.