Skip to content

Commit

Permalink
minor fix to compress/lz4.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hangxie committed Sep 7, 2021
1 parent 73279a8 commit 1f6951a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions compress/lz4.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
// +build !no_lz4

package compress

import (
"bytes"
"github.com/pierrec/lz4/v4"
"github.com/xitongsys/parquet-go/parquet"
"io/ioutil"
"sync"
)

"github.com/pierrec/lz4/v4"
"github.com/xitongsys/parquet-go/parquet"
)

func init() {
lz4WriterPool := sync.Pool{
Expand Down

0 comments on commit 1f6951a

Please sign in to comment.