mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
fix: Allow Walk to honor load balanced drives (#10610)
This commit is contained in:
@@ -6,6 +6,7 @@ package parquet
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
|
||||
"git.apache.org/thrift.git/lib/go/thrift"
|
||||
)
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ import (
|
||||
"database/sql/driver"
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
"git.apache.org/thrift.git/lib/go/thrift"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user