fix: Allow Walk to honor load balanced drives (#10610)

This commit is contained in:
Harshavardhana
2020-10-01 20:24:34 -07:00
committed by GitHub
parent 71403be912
commit 23e8390997
11 changed files with 57 additions and 47 deletions

View File

@@ -6,6 +6,7 @@ package parquet
import (
"bytes"
"fmt"
"git.apache.org/thrift.git/lib/go/thrift"
)

View File

@@ -8,6 +8,7 @@ import (
"database/sql/driver"
"errors"
"fmt"
"git.apache.org/thrift.git/lib/go/thrift"
)