Skip to content

Commit

Permalink
feat(compress): support lz4 compression
Browse files Browse the repository at this point in the history
Signed-off-by: xkx <[email protected]>
  • Loading branch information
xkx9431 committed Dec 10, 2024
1 parent 9920284 commit 70f9e42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/util/lifted/influx/httpd/handler_compress.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ import (
"net/http"
"strings"

compression "github.com/openGemini/openGemini/lib/compress"

"github.com/golang/snappy"
"github.com/klauspost/compress/zstd"
compression "github.com/openGemini/openGemini/lib/compress"
"github.com/pierrec/lz4/v4"
)

Expand Down

0 comments on commit 70f9e42

Please sign in to comment.