Commit 61ad7b8 1 parent 40d48c8 commit 61ad7b8 Copy full SHA for 61ad7b8
File tree 9 files changed +22
-23
lines changed
9 files changed +22
-23
lines changed Original file line number Diff line number Diff line change 7
7
"encoding/base64"
8
8
"time"
9
9
10
- "github.com/apache/arrow/go/v11 /arrow"
11
- "github.com/apache/arrow/go/v11 /arrow/ipc"
12
- "github.com/apache/arrow/go/v11 /arrow/memory"
10
+ "github.com/apache/arrow/go/v12 /arrow"
11
+ "github.com/apache/arrow/go/v12 /arrow/ipc"
12
+ "github.com/apache/arrow/go/v12 /arrow/memory"
13
13
)
14
14
15
15
type arrowResultChunk struct {
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ import (
17
17
"sync"
18
18
"time"
19
19
20
- "github.com/apache/arrow/go/v11 /arrow"
21
- "github.com/apache/arrow/go/v11 /arrow/ipc"
22
- "github.com/apache/arrow/go/v11 /arrow/memory"
20
+ "github.com/apache/arrow/go/v12 /arrow"
21
+ "github.com/apache/arrow/go/v12 /arrow/ipc"
22
+ "github.com/apache/arrow/go/v12 /arrow/memory"
23
23
)
24
24
25
25
type chunkDownloader interface {
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ import (
15
15
"sync/atomic"
16
16
"testing"
17
17
18
- "github.com/apache/arrow/go/v11 /arrow/ipc"
19
- "github.com/apache/arrow/go/v11 /arrow/memory"
18
+ "github.com/apache/arrow/go/v12 /arrow/ipc"
19
+ "github.com/apache/arrow/go/v12 /arrow/memory"
20
20
)
21
21
22
22
func TestBadChunkData (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ import (
14
14
"strings"
15
15
"time"
16
16
17
- "github.com/apache/arrow/go/v11 /arrow"
18
- "github.com/apache/arrow/go/v11 /arrow/array"
19
- "github.com/apache/arrow/go/v11 /arrow/compute"
20
- "github.com/apache/arrow/go/v11 /arrow/decimal128"
21
- "github.com/apache/arrow/go/v11 /arrow/memory"
17
+ "github.com/apache/arrow/go/v12 /arrow"
18
+ "github.com/apache/arrow/go/v12 /arrow/array"
19
+ "github.com/apache/arrow/go/v12 /arrow/compute"
20
+ "github.com/apache/arrow/go/v12 /arrow/decimal128"
21
+ "github.com/apache/arrow/go/v12 /arrow/memory"
22
22
)
23
23
24
24
const format = "2006-01-02 15:04:05.999999999"
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ import (
13
13
"testing"
14
14
"time"
15
15
16
- "github.com/apache/arrow/go/v11 /arrow"
17
- "github.com/apache/arrow/go/v11 /arrow/array"
18
- "github.com/apache/arrow/go/v11 /arrow/decimal128"
19
- "github.com/apache/arrow/go/v11 /arrow/memory"
16
+ "github.com/apache/arrow/go/v12 /arrow"
17
+ "github.com/apache/arrow/go/v12 /arrow/array"
18
+ "github.com/apache/arrow/go/v12 /arrow/decimal128"
19
+ "github.com/apache/arrow/go/v12 /arrow/memory"
20
20
)
21
21
22
22
func stringIntToDecimal (src string ) (decimal128.Num , bool ) {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/99designs/keyring v1.2.2
7
7
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.4.0
8
8
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0
9
- github.com/apache/arrow/go/v11 v11 .0.0
9
+ github.com/apache/arrow/go/v12 v12 .0.0
10
10
github.com/aws/aws-sdk-go-v2 v1.17.7
11
11
github.com/aws/aws-sdk-go-v2/credentials v1.13.18
12
12
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.59
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c h1:RGWPOewvK
14
14
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c /go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk =
15
15
github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY =
16
16
github.com/andybalholm/brotli v1.0.4 /go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig =
17
- github.com/apache/arrow/go/v11 v11 .0.0 h1:hqauxvFQxww+0mEU/2XHG6LT7eZternCZq+A5Yly2uM =
18
- github.com/apache/arrow/go/v11 v11 .0.0/go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4xei5aX110hRiI =
17
+ github.com/apache/arrow/go/v12 v12 .0.0 h1:xtZE63VWl7qLdB0JObIXvvhGjoVNrQ9ciIHG2OK5cmc =
18
+ github.com/apache/arrow/go/v12 v12 .0.0/go.mod h1:d+tV/eHZZ7Dz7RPrFKtPK02tpr+c9/PEd/zm8mDS9Vg =
19
19
github.com/apache/thrift v0.16.0 h1:qEy6UW60iVOlUy+b9ZR0d5WzUWYGOo4HfopoyBaNmoY =
20
20
github.com/apache/thrift v0.16.0 /go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU =
21
21
github.com/aws/aws-sdk-go-v2 v1.17.7 h1:CLSjnhJSTSogvqUGhIC6LqFKATMRexcxLZ0i/Nzk9Eg =
Original file line number Diff line number Diff line change 9
9
10
10
# # Install dependencies
11
11
deps : setup
12
- go mod tidy
13
- go mod vendor
12
+ go mod tidy
14
13
15
14
# # Show help
16
15
help :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"sync"
11
11
"time"
12
12
13
- "github.com/apache/arrow/go/v11 /arrow/memory"
13
+ "github.com/apache/arrow/go/v12 /arrow/memory"
14
14
)
15
15
16
16
type contextKey string
You can’t perform that action at this time.
0 commit comments