Skip to content

Commit da34f73

Browse files
committed
upgrade arrow from v12 to v18
1 parent 12d2ced commit da34f73

File tree

13 files changed

+27079
-23428
lines changed

13 files changed

+27079
-23428
lines changed

examples/arrrowbatches/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"strconv"
1111
"time"
1212

13-
"github.com/apache/arrow/go/v12/arrow"
13+
"github.com/apache/arrow-go/v18/arrow"
1414
dbsql "github.com/databricks/databricks-sql-go"
1515
dbsqlrows "github.com/databricks/databricks-sql-go/rows"
1616
"github.com/joho/godotenv"

go.mod

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,47 @@
11
module github.com/databricks/databricks-sql-go
22

3-
go 1.20
3+
go 1.22.0
4+
5+
toolchain go1.24.4
46

57
require (
6-
github.com/apache/arrow/go/v12 v12.0.1
7-
github.com/apache/thrift v0.17.0
8+
github.com/apache/arrow-go/v18 v18.0.0
9+
github.com/apache/thrift v0.21.0
810
github.com/coreos/go-oidc/v3 v3.5.0
911
github.com/joho/godotenv v1.4.0
1012
github.com/mattn/go-isatty v0.0.20
11-
github.com/pierrec/lz4/v4 v4.1.15
12-
github.com/stretchr/testify v1.8.1
13+
github.com/pierrec/lz4/v4 v4.1.21
14+
github.com/stretchr/testify v1.9.0
1315
golang.org/x/oauth2 v0.7.0
1416
gotest.tools/gotestsum v1.8.2
1517
)
1618

1719
require (
18-
github.com/andybalholm/brotli v1.0.4 // indirect
1920
github.com/davecgh/go-spew v1.1.1 // indirect
2021
github.com/dnephin/pflag v1.0.7 // indirect
2122
github.com/fatih/color v1.16.0 // indirect
2223
github.com/fsnotify/fsnotify v1.5.4 // indirect
2324
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
24-
github.com/goccy/go-json v0.9.11 // indirect
25+
github.com/goccy/go-json v0.10.3 // indirect
2526
github.com/golang/protobuf v1.5.2 // indirect
26-
github.com/golang/snappy v0.0.4 // indirect
27-
github.com/google/flatbuffers v2.0.8+incompatible // indirect
27+
github.com/google/flatbuffers v24.3.25+incompatible // indirect
2828
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
2929
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
30-
github.com/klauspost/asmfmt v1.3.2 // indirect
31-
github.com/klauspost/compress v1.15.9 // indirect
32-
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
33-
github.com/kr/text v0.2.0 // indirect
30+
github.com/klauspost/compress v1.17.11 // indirect
31+
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
3432
github.com/mattn/go-colorable v0.1.13 // indirect
35-
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
36-
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
3733
github.com/pmezard/go-difflib v1.0.0 // indirect
3834
github.com/zeebo/xxh3 v1.0.2 // indirect
3935
golang.org/x/crypto v0.31.0 // indirect
40-
golang.org/x/mod v0.8.0 // indirect
41-
golang.org/x/net v0.21.0 // indirect
42-
golang.org/x/sync v0.1.0 // indirect
36+
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
37+
golang.org/x/mod v0.21.0 // indirect
38+
golang.org/x/net v0.30.0 // indirect
39+
golang.org/x/sync v0.8.0 // indirect
4340
golang.org/x/term v0.29.0 // indirect
44-
golang.org/x/tools v0.6.0 // indirect
45-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
41+
golang.org/x/tools v0.26.0 // indirect
42+
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
4643
google.golang.org/appengine v1.6.7 // indirect
47-
google.golang.org/protobuf v1.28.1 // indirect
44+
google.golang.org/protobuf v1.35.1 // indirect
4845
gopkg.in/yaml.v3 v3.0.1 // indirect
4946
)
5047

go.sum

Lines changed: 42 additions & 40 deletions
Large diffs are not rendered by default.

internal/cli_service/GoUnusedProtection__.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/cli_service/cli_service-consts.go

Lines changed: 33 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)