diff --git a/docs/generator_test.go b/docs/generator_test.go index ac6208d18f..b1eb8d3d9f 100644 --- a/docs/generator_test.go +++ b/docs/generator_test.go @@ -7,7 +7,7 @@ import ( "path" "testing" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/bradleyjkemp/cupaloy/v2" "github.com/cloudquery/plugin-sdk/v4/schema" "github.com/cloudquery/plugin-sdk/v4/types" diff --git a/examples/simple_plugin/go.mod b/examples/simple_plugin/go.mod index 0047a38b4f..16c10d4b95 100644 --- a/examples/simple_plugin/go.mod +++ b/examples/simple_plugin/go.mod @@ -3,7 +3,7 @@ module github.com/cloudquery/plugin-sdk/examples/simple_plugin go 1.21.1 require ( - github.com/apache/arrow/go/v14 v14.0.0-20231031200323-c49e24273160 + github.com/apache/arrow/go/v15 v15.0.0-20231218151729-81e47b20b241 github.com/cloudquery/plugin-sdk/v4 v4.21.2 github.com/rs/zerolog v1.30.0 ) @@ -15,8 +15,6 @@ require ( replace github.com/cloudquery/plugin-sdk/v4 => ../../ -replace github.com/apache/arrow/go/v14 => github.com/cloudquery/arrow/go/v14 v14.0.0-20231029080147-50d3871d0804 - require ( github.com/BurntSushi/toml v1.3.2 // indirect github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect @@ -34,7 +32,7 @@ require ( github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect github.com/chenzhuoyu/iasm v0.9.1 // indirect github.com/cloudquery/cloudquery-api-go v1.6.2 // indirect - github.com/cloudquery/plugin-pb-go v1.14.4 // indirect + github.com/cloudquery/plugin-pb-go v1.14.5 // indirect github.com/cloudquery/plugin-sdk/v2 v2.7.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/deepmap/oapi-codegen v1.15.0 // indirect diff --git a/examples/simple_plugin/go.sum b/examples/simple_plugin/go.sum index b0f7c7743a..c5b4c781b9 100644 --- a/examples/simple_plugin/go.sum +++ b/examples/simple_plugin/go.sum @@ -17,6 +17,8 @@ github.com/andybalholm/brotli v1.0.6 h1:Yf9fFpf49Zrxb9NlQaluyE92/+X7UVHlhMNJN2sx github.com/andybalholm/brotli v1.0.6/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= github.com/apache/arrow/go/v13 v13.0.0-20230731205701-112f94971882 h1:mFDZW1FQk9yndPvxScp7RpcOpdSHaqcgBWO7sDlx4S8= github.com/apache/arrow/go/v13 v13.0.0-20230731205701-112f94971882/go.mod h1:W69eByFNO0ZR30q1/7Sr9d83zcVZmF2MiP3fFYAWJOc= +github.com/apache/arrow/go/v15 v15.0.0-20231218151729-81e47b20b241 h1:5id7tEitnkIvTN76D0K/rB13u5gsuLwwoUYsuUHjJgU= +github.com/apache/arrow/go/v15 v15.0.0-20231218151729-81e47b20b241/go.mod h1:DGXsR3ajT524njufqf95822i+KTh+yea1jass9YXgjA= github.com/apapsch/go-jsonmerge/v2 v2.0.0 h1:axGnT1gRIfimI7gJifB699GoE/oq+F2MU7Dml6nw9rQ= github.com/apapsch/go-jsonmerge/v2 v2.0.0/go.mod h1:lvDnEdqiQrp0O42VQGgmlKpxL1AP2+08jFMw88y4klk= github.com/aymerick/douceur v0.2.0 h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk= @@ -41,12 +43,10 @@ github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d/go.mod h1:8EPpV github.com/chenzhuoyu/iasm v0.9.0/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog= github.com/chenzhuoyu/iasm v0.9.1 h1:tUHQJXo3NhBqw6s33wkGn9SP3bvrWLdlVIJ3hQBL7P0= github.com/chenzhuoyu/iasm v0.9.1/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog= -github.com/cloudquery/arrow/go/v14 v14.0.0-20231029080147-50d3871d0804 h1:y4EwAGtbzVFz1w9sXggukJmYMVO12925D12Bak7s0vI= -github.com/cloudquery/arrow/go/v14 v14.0.0-20231029080147-50d3871d0804/go.mod h1:TqWp9yvMb9yZSxFNiij6cmZefm+1jw3oZU0L0w9lT7E= github.com/cloudquery/cloudquery-api-go v1.6.2 h1:/E5yOxGhOKkx2jKKFdZFYAcmb69KF0wm3uUVmHzVLNQ= github.com/cloudquery/cloudquery-api-go v1.6.2/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA= -github.com/cloudquery/plugin-pb-go v1.14.4 h1:0dnSVOD8AsFU+EOzVXeGWH1hv37q7bG5anY/lr5eAro= -github.com/cloudquery/plugin-pb-go v1.14.4/go.mod h1:ymf1KHWY6EPy1v6zeuWdg5ohBdG6H8yVZzGr20Y2pjk= +github.com/cloudquery/plugin-pb-go v1.14.5 h1:mkrUnGlXCK7hUEelJdjd7trHUyVT4kIR2HAZzHrqoes= +github.com/cloudquery/plugin-pb-go v1.14.5/go.mod h1:uPGK32iHb+JC3RMSzhNcs6fRIlyxhPOlq15kdv5Eqew= github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U= github.com/cloudquery/plugin-sdk/v2 v2.7.0/go.mod h1:pAX6ojIW99b/Vg4CkhnsGkRIzNaVEceYMR+Bdit73ug= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= diff --git a/examples/simple_plugin/plugin/client.go b/examples/simple_plugin/plugin/client.go index 7f2eedaba4..9619ac0028 100644 --- a/examples/simple_plugin/plugin/client.go +++ b/examples/simple_plugin/plugin/client.go @@ -5,7 +5,7 @@ import ( "encoding/json" "fmt" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/examples/simple_plugin/client" "github.com/cloudquery/plugin-sdk/examples/simple_plugin/services" "github.com/cloudquery/plugin-sdk/v4/message" diff --git a/examples/simple_plugin/services/test.go b/examples/simple_plugin/services/test.go index ba97b22097..b3aa680be4 100644 --- a/examples/simple_plugin/services/test.go +++ b/examples/simple_plugin/services/test.go @@ -3,7 +3,7 @@ package services import ( "context" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/examples/simple_plugin/client" "github.com/cloudquery/plugin-sdk/v4/schema" ) diff --git a/go.mod b/go.mod index 146066c8c2..882ea3c36c 100644 --- a/go.mod +++ b/go.mod @@ -3,10 +3,10 @@ module github.com/cloudquery/plugin-sdk/v4 go 1.21.1 require ( - github.com/apache/arrow/go/v14 v14.0.0-20231031200323-c49e24273160 + github.com/apache/arrow/go/v15 v15.0.0-20231218151729-81e47b20b241 github.com/bradleyjkemp/cupaloy/v2 v2.8.0 github.com/cloudquery/cloudquery-api-go v1.6.2 - github.com/cloudquery/plugin-pb-go v1.14.4 + github.com/cloudquery/plugin-pb-go v1.14.5 github.com/cloudquery/plugin-sdk/v2 v2.7.0 github.com/getsentry/sentry-go v0.24.1 github.com/goccy/go-json v0.10.2 @@ -30,8 +30,6 @@ require ( google.golang.org/protobuf v1.31.0 ) -replace github.com/apache/arrow/go/v14 => github.com/cloudquery/arrow/go/v14 v14.0.0-20231029080147-50d3871d0804 - require ( github.com/BurntSushi/toml v1.3.2 // indirect github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect diff --git a/go.sum b/go.sum index 86b10d0d1e..c47670680c 100644 --- a/go.sum +++ b/go.sum @@ -19,6 +19,8 @@ github.com/andybalholm/brotli v1.0.6 h1:Yf9fFpf49Zrxb9NlQaluyE92/+X7UVHlhMNJN2sx github.com/andybalholm/brotli v1.0.6/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= github.com/apache/arrow/go/v13 v13.0.0-20230731205701-112f94971882 h1:mFDZW1FQk9yndPvxScp7RpcOpdSHaqcgBWO7sDlx4S8= github.com/apache/arrow/go/v13 v13.0.0-20230731205701-112f94971882/go.mod h1:W69eByFNO0ZR30q1/7Sr9d83zcVZmF2MiP3fFYAWJOc= +github.com/apache/arrow/go/v15 v15.0.0-20231218151729-81e47b20b241 h1:5id7tEitnkIvTN76D0K/rB13u5gsuLwwoUYsuUHjJgU= +github.com/apache/arrow/go/v15 v15.0.0-20231218151729-81e47b20b241/go.mod h1:DGXsR3ajT524njufqf95822i+KTh+yea1jass9YXgjA= github.com/apapsch/go-jsonmerge/v2 v2.0.0 h1:axGnT1gRIfimI7gJifB699GoE/oq+F2MU7Dml6nw9rQ= github.com/apapsch/go-jsonmerge/v2 v2.0.0/go.mod h1:lvDnEdqiQrp0O42VQGgmlKpxL1AP2+08jFMw88y4klk= github.com/aymerick/douceur v0.2.0 h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk= @@ -43,12 +45,10 @@ github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d/go.mod h1:8EPpV github.com/chenzhuoyu/iasm v0.9.0/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog= github.com/chenzhuoyu/iasm v0.9.1 h1:tUHQJXo3NhBqw6s33wkGn9SP3bvrWLdlVIJ3hQBL7P0= github.com/chenzhuoyu/iasm v0.9.1/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog= -github.com/cloudquery/arrow/go/v14 v14.0.0-20231029080147-50d3871d0804 h1:y4EwAGtbzVFz1w9sXggukJmYMVO12925D12Bak7s0vI= -github.com/cloudquery/arrow/go/v14 v14.0.0-20231029080147-50d3871d0804/go.mod h1:TqWp9yvMb9yZSxFNiij6cmZefm+1jw3oZU0L0w9lT7E= github.com/cloudquery/cloudquery-api-go v1.6.2 h1:/E5yOxGhOKkx2jKKFdZFYAcmb69KF0wm3uUVmHzVLNQ= github.com/cloudquery/cloudquery-api-go v1.6.2/go.mod h1:03fojQg0UpdgqXZ9tzZ5gF5CPad/F0sok66bsX6u4RA= -github.com/cloudquery/plugin-pb-go v1.14.4 h1:0dnSVOD8AsFU+EOzVXeGWH1hv37q7bG5anY/lr5eAro= -github.com/cloudquery/plugin-pb-go v1.14.4/go.mod h1:ymf1KHWY6EPy1v6zeuWdg5ohBdG6H8yVZzGr20Y2pjk= +github.com/cloudquery/plugin-pb-go v1.14.5 h1:mkrUnGlXCK7hUEelJdjd7trHUyVT4kIR2HAZzHrqoes= +github.com/cloudquery/plugin-pb-go v1.14.5/go.mod h1:uPGK32iHb+JC3RMSzhNcs6fRIlyxhPOlq15kdv5Eqew= github.com/cloudquery/plugin-sdk/v2 v2.7.0 h1:hRXsdEiaOxJtsn/wZMFQC9/jPfU1MeMK3KF+gPGqm7U= github.com/cloudquery/plugin-sdk/v2 v2.7.0/go.mod h1:pAX6ojIW99b/Vg4CkhnsGkRIzNaVEceYMR+Bdit73ug= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= diff --git a/internal/clients/state/v3/state.go b/internal/clients/state/v3/state.go index a8e3accece..b106762cdc 100644 --- a/internal/clients/state/v3/state.go +++ b/internal/clients/state/v3/state.go @@ -6,10 +6,10 @@ import ( "io" "sync" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/ipc" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/ipc" + "github.com/apache/arrow/go/v15/arrow/memory" pb "github.com/cloudquery/plugin-pb-go/pb/plugin/v3" "github.com/cloudquery/plugin-sdk/v4/schema" ) diff --git a/internal/memdb/memdb.go b/internal/memdb/memdb.go index 7d4e6dc5e7..4c88667f4c 100644 --- a/internal/memdb/memdb.go +++ b/internal/memdb/memdb.go @@ -5,8 +5,8 @@ import ( "fmt" "sync" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/plugin" "github.com/cloudquery/plugin-sdk/v4/schema" diff --git a/internal/pk/pk.go b/internal/pk/pk.go index eae0f90dc6..bd301dbd63 100644 --- a/internal/pk/pk.go +++ b/internal/pk/pk.go @@ -3,7 +3,7 @@ package pk import ( "strings" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/schema" ) diff --git a/internal/servers/destination/v0/destinations.go b/internal/servers/destination/v0/destinations.go index 461902d589..77bebafe75 100644 --- a/internal/servers/destination/v0/destinations.go +++ b/internal/servers/destination/v0/destinations.go @@ -6,8 +6,8 @@ import ( "io" "sync" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" pbBase "github.com/cloudquery/plugin-pb-go/pb/base/v0" pb "github.com/cloudquery/plugin-pb-go/pb/destination/v0" "github.com/cloudquery/plugin-pb-go/specs" diff --git a/internal/servers/destination/v0/schemav2tov3.go b/internal/servers/destination/v0/schemav2tov3.go index 35c33dfc7f..867e0c8740 100644 --- a/internal/servers/destination/v0/schemav2tov3.go +++ b/internal/servers/destination/v0/schemav2tov3.go @@ -4,9 +4,9 @@ import ( "encoding/json" "strings" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" schemav2 "github.com/cloudquery/plugin-sdk/v2/schema" "github.com/cloudquery/plugin-sdk/v4/schema" "github.com/cloudquery/plugin-sdk/v4/types" diff --git a/internal/servers/destination/v1/convert.go b/internal/servers/destination/v1/convert.go index 36cd8406fe..91d603d444 100644 --- a/internal/servers/destination/v1/convert.go +++ b/internal/servers/destination/v1/convert.go @@ -3,8 +3,8 @@ package destination import ( "bytes" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/ipc" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/ipc" "github.com/cloudquery/plugin-sdk/v4/schema" ) diff --git a/internal/servers/destination/v1/destination_test.go b/internal/servers/destination/v1/destination_test.go index dd54d72838..619e567a59 100644 --- a/internal/servers/destination/v1/destination_test.go +++ b/internal/servers/destination/v1/destination_test.go @@ -6,9 +6,9 @@ import ( "io" "testing" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" pb "github.com/cloudquery/plugin-pb-go/pb/destination/v1" pbSource "github.com/cloudquery/plugin-pb-go/pb/source/v2" "github.com/cloudquery/plugin-pb-go/specs" diff --git a/internal/servers/destination/v1/destinations.go b/internal/servers/destination/v1/destinations.go index 8b57a84b93..26de093dc6 100644 --- a/internal/servers/destination/v1/destinations.go +++ b/internal/servers/destination/v1/destinations.go @@ -7,9 +7,9 @@ import ( "io" "sync" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/ipc" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/ipc" + "github.com/apache/arrow/go/v15/arrow/memory" pb "github.com/cloudquery/plugin-pb-go/pb/destination/v1" "github.com/cloudquery/plugin-pb-go/specs" "github.com/cloudquery/plugin-sdk/v4/message" diff --git a/internal/servers/plugin/v3/plugin.go b/internal/servers/plugin/v3/plugin.go index bd08a4e79f..7f89ceb680 100644 --- a/internal/servers/plugin/v3/plugin.go +++ b/internal/servers/plugin/v3/plugin.go @@ -5,7 +5,7 @@ import ( "fmt" "io" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" pb "github.com/cloudquery/plugin-pb-go/pb/plugin/v3" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/plugin" diff --git a/internal/servers/plugin/v3/plugin_test.go b/internal/servers/plugin/v3/plugin_test.go index 1dbe80a278..183a25180f 100644 --- a/internal/servers/plugin/v3/plugin_test.go +++ b/internal/servers/plugin/v3/plugin_test.go @@ -5,9 +5,9 @@ import ( "io" "testing" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" pb "github.com/cloudquery/plugin-pb-go/pb/plugin/v3" "github.com/cloudquery/plugin-sdk/v4/internal/memdb" "github.com/cloudquery/plugin-sdk/v4/plugin" diff --git a/message/sync_message.go b/message/sync_message.go index e18bf43ee9..d08a08f9d7 100644 --- a/message/sync_message.go +++ b/message/sync_message.go @@ -3,7 +3,7 @@ package message import ( "slices" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/schema" ) diff --git a/message/write_message.go b/message/write_message.go index 0e8fbad72a..3ce3ecac68 100644 --- a/message/write_message.go +++ b/message/write_message.go @@ -4,7 +4,7 @@ import ( "slices" "time" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/schema" ) diff --git a/plugin/diff.go b/plugin/diff.go index 8149df6d4f..2115c3af4d 100644 --- a/plugin/diff.go +++ b/plugin/diff.go @@ -4,9 +4,9 @@ import ( "fmt" "strings" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" ) func RecordsDiff(sc *arrow.Schema, have, want []arrow.Record) string { diff --git a/plugin/nulls.go b/plugin/nulls.go index 73acdb9311..679fa9b862 100644 --- a/plugin/nulls.go +++ b/plugin/nulls.go @@ -1,9 +1,9 @@ package plugin import ( - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" ) func stripNullsFromLists(list array.ListLike) array.ListLike { diff --git a/plugin/nulls_test.go b/plugin/nulls_test.go index 024e069499..30d177a46f 100644 --- a/plugin/nulls_test.go +++ b/plugin/nulls_test.go @@ -4,8 +4,8 @@ import ( "testing" "time" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" "github.com/cloudquery/plugin-sdk/v4/schema" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/plugin/plugin.go b/plugin/plugin.go index 0811ee4d5a..fe84e8e2ce 100644 --- a/plugin/plugin.go +++ b/plugin/plugin.go @@ -6,7 +6,7 @@ import ( "fmt" "sync" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/schema" "github.com/rs/zerolog" diff --git a/plugin/plugin_destination.go b/plugin/plugin_destination.go index 21174d6091..c1870ce4d5 100644 --- a/plugin/plugin_destination.go +++ b/plugin/plugin_destination.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/schema" ) diff --git a/plugin/plugin_read.go b/plugin/plugin_read.go index e09db9058d..f38d16e83d 100644 --- a/plugin/plugin_read.go +++ b/plugin/plugin_read.go @@ -3,7 +3,7 @@ package plugin import ( "context" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/schema" ) diff --git a/plugin/plugin_test.go b/plugin/plugin_test.go index 0d7d6ec964..00ac55e630 100644 --- a/plugin/plugin_test.go +++ b/plugin/plugin_test.go @@ -4,7 +4,7 @@ import ( "context" "testing" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/schema" "github.com/rs/zerolog" diff --git a/plugin/sort.go b/plugin/sort.go index 99602511f8..25c03f94d5 100644 --- a/plugin/sort.go +++ b/plugin/sort.go @@ -3,8 +3,8 @@ package plugin import ( "sort" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" "github.com/cloudquery/plugin-sdk/v4/schema" ) diff --git a/plugin/testing_write.go b/plugin/testing_write.go index 44463c3401..a17234ada9 100644 --- a/plugin/testing_write.go +++ b/plugin/testing_write.go @@ -5,7 +5,7 @@ import ( "math/rand" "testing" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/schema" ) diff --git a/plugin/testing_write_delete.go b/plugin/testing_write_delete.go index 6709c16f72..dbdfeae559 100644 --- a/plugin/testing_write_delete.go +++ b/plugin/testing_write_delete.go @@ -4,9 +4,9 @@ import ( "context" "time" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/schema" "github.com/stretchr/testify/require" diff --git a/plugin/testing_write_insert.go b/plugin/testing_write_insert.go index 79ec87708a..77cb61a490 100644 --- a/plugin/testing_write_insert.go +++ b/plugin/testing_write_insert.go @@ -4,9 +4,9 @@ import ( "context" "fmt" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/schema" ) diff --git a/plugin/testing_write_migrate.go b/plugin/testing_write_migrate.go index f6784fef52..7cfa6e6820 100644 --- a/plugin/testing_write_migrate.go +++ b/plugin/testing_write_migrate.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/schema" "github.com/cloudquery/plugin-sdk/v4/types" diff --git a/plugin/testing_write_upsert.go b/plugin/testing_write_upsert.go index a7af1a5cf4..574c4c6ba7 100644 --- a/plugin/testing_write_upsert.go +++ b/plugin/testing_write_upsert.go @@ -4,9 +4,9 @@ import ( "context" "fmt" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/schema" ) diff --git a/scalar/binary.go b/scalar/binary.go index e675b011a8..0be43ce087 100644 --- a/scalar/binary.go +++ b/scalar/binary.go @@ -3,7 +3,7 @@ package scalar import ( "bytes" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) type Binary struct { diff --git a/scalar/bool.go b/scalar/bool.go index 38b481d7bb..d734493ada 100644 --- a/scalar/bool.go +++ b/scalar/bool.go @@ -3,7 +3,7 @@ package scalar import ( "strconv" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) type Bool struct { diff --git a/scalar/date32.go b/scalar/date32.go index f2757b7492..54ceadf6ad 100644 --- a/scalar/date32.go +++ b/scalar/date32.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) type Date32 struct { diff --git a/scalar/date32_test.go b/scalar/date32_test.go index ee30ccc02f..dbb0e6fbba 100644 --- a/scalar/date32_test.go +++ b/scalar/date32_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) func TestDate32Set(t *testing.T) { diff --git a/scalar/date64.go b/scalar/date64.go index b73e43dfc3..b2e4d6d9e0 100644 --- a/scalar/date64.go +++ b/scalar/date64.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) type Date64 struct { diff --git a/scalar/decimal.go b/scalar/decimal.go index 49009c5de4..5ce39add0a 100644 --- a/scalar/decimal.go +++ b/scalar/decimal.go @@ -1,9 +1,9 @@ package scalar import ( - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/decimal128" - "github.com/apache/arrow/go/v14/arrow/decimal256" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/decimal128" + "github.com/apache/arrow/go/v15/arrow/decimal256" ) type Decimal256 struct { diff --git a/scalar/decimal_test.go b/scalar/decimal_test.go index befea5f8b7..4a7bb64686 100644 --- a/scalar/decimal_test.go +++ b/scalar/decimal_test.go @@ -3,9 +3,9 @@ package scalar import ( "testing" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/decimal128" - "github.com/apache/arrow/go/v14/arrow/decimal256" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/decimal128" + "github.com/apache/arrow/go/v15/arrow/decimal256" "github.com/stretchr/testify/require" ) diff --git a/scalar/duration.go b/scalar/duration.go index 17a3e1b032..f1091bc841 100644 --- a/scalar/duration.go +++ b/scalar/duration.go @@ -4,7 +4,7 @@ import ( "strings" "time" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) type Duration struct { diff --git a/scalar/duration_test.go b/scalar/duration_test.go index e04bb79467..e14b4e3712 100644 --- a/scalar/duration_test.go +++ b/scalar/duration_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/stretchr/testify/assert" ) diff --git a/scalar/errors.go b/scalar/errors.go index 91960e2934..f1f1215c2e 100644 --- a/scalar/errors.go +++ b/scalar/errors.go @@ -3,7 +3,7 @@ package scalar import ( "fmt" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) const ( diff --git a/scalar/float.go b/scalar/float.go index f3a097ed63..e3370221f5 100644 --- a/scalar/float.go +++ b/scalar/float.go @@ -4,7 +4,7 @@ import ( "math" "strconv" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) type Float struct { diff --git a/scalar/inet.go b/scalar/inet.go index e587a3b8cb..0027fdd813 100644 --- a/scalar/inet.go +++ b/scalar/inet.go @@ -6,7 +6,7 @@ import ( "net" "strings" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/types" ) diff --git a/scalar/int.go b/scalar/int.go index 6035042b48..f795488e1f 100644 --- a/scalar/int.go +++ b/scalar/int.go @@ -4,7 +4,7 @@ import ( "math" "strconv" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) type Int struct { diff --git a/scalar/interval.go b/scalar/interval.go index 96cfb5ce4f..b2283253d7 100644 --- a/scalar/interval.go +++ b/scalar/interval.go @@ -3,7 +3,7 @@ package scalar import ( "encoding/json" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) type MonthInterval struct { diff --git a/scalar/json.go b/scalar/json.go index 62c160893e..c4a31756af 100644 --- a/scalar/json.go +++ b/scalar/json.go @@ -5,7 +5,7 @@ import ( "encoding/json" "reflect" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/types" ) diff --git a/scalar/list.go b/scalar/list.go index b1b1cd2ba0..1e024137a9 100644 --- a/scalar/list.go +++ b/scalar/list.go @@ -4,7 +4,7 @@ import ( "reflect" "strings" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) type List struct { diff --git a/scalar/list_test.go b/scalar/list_test.go index d6e48bb9b4..5c74513844 100644 --- a/scalar/list_test.go +++ b/scalar/list_test.go @@ -4,7 +4,7 @@ import ( "net" "testing" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/types" ) diff --git a/scalar/mac.go b/scalar/mac.go index 7973c2ad44..e62ae56317 100644 --- a/scalar/mac.go +++ b/scalar/mac.go @@ -3,7 +3,7 @@ package scalar import ( "net" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/types" ) diff --git a/scalar/scalar.go b/scalar/scalar.go index 501502b7e5..221fca8c8c 100644 --- a/scalar/scalar.go +++ b/scalar/scalar.go @@ -3,10 +3,10 @@ package scalar import ( "fmt" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/float16" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/float16" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/cloudquery/plugin-sdk/v4/types" "golang.org/x/exp/maps" ) diff --git a/scalar/scalar_test.go b/scalar/scalar_test.go index 1a1f41f5b9..c509c6f0e5 100644 --- a/scalar/scalar_test.go +++ b/scalar/scalar_test.go @@ -3,9 +3,9 @@ package scalar import ( "testing" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/stretchr/testify/assert" ) diff --git a/scalar/string.go b/scalar/string.go index 7b137bfca1..842599d9a9 100644 --- a/scalar/string.go +++ b/scalar/string.go @@ -3,8 +3,8 @@ package scalar import ( "fmt" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" ) const nullValueStr = array.NullValueStr diff --git a/scalar/struct.go b/scalar/struct.go index 2f2a0b1de3..9ef3205f42 100644 --- a/scalar/struct.go +++ b/scalar/struct.go @@ -5,7 +5,7 @@ import ( "encoding/json" "reflect" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) type Struct struct { diff --git a/scalar/struct_test.go b/scalar/struct_test.go index 97787ef4a9..2aa65cbb59 100644 --- a/scalar/struct_test.go +++ b/scalar/struct_test.go @@ -5,9 +5,9 @@ import ( "strconv" "testing" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/cloudquery/plugin-sdk/v4/types" "github.com/stretchr/testify/assert" ) diff --git a/scalar/time.go b/scalar/time.go index 99e65daba9..7888f98e46 100644 --- a/scalar/time.go +++ b/scalar/time.go @@ -1,7 +1,7 @@ package scalar import ( - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) type Time struct { diff --git a/scalar/timestamp.go b/scalar/timestamp.go index 76abd3cada..c23b0293d4 100644 --- a/scalar/timestamp.go +++ b/scalar/timestamp.go @@ -6,7 +6,7 @@ import ( "math" "time" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) const ( diff --git a/scalar/timestamp_test.go b/scalar/timestamp_test.go index 715f79f7fa..925a4f4d5c 100644 --- a/scalar/timestamp_test.go +++ b/scalar/timestamp_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/scalar/uint.go b/scalar/uint.go index f3cfdd2adf..4d6aed9547 100644 --- a/scalar/uint.go +++ b/scalar/uint.go @@ -4,7 +4,7 @@ import ( "math" "strconv" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) type Uint struct { diff --git a/scalar/uuid.go b/scalar/uuid.go index a3c61f408c..16757c76cf 100644 --- a/scalar/uuid.go +++ b/scalar/uuid.go @@ -4,7 +4,7 @@ import ( "encoding/hex" "fmt" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/types" "github.com/google/uuid" ) diff --git a/scheduler/benchmark_test.go.backup b/scheduler/benchmark_test.go.backup index 1a1617336b..5e16b26447 100644 --- a/scheduler/benchmark_test.go.backup +++ b/scheduler/benchmark_test.go.backup @@ -9,7 +9,7 @@ import ( "testing" "time" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-pb-go/specs" "github.com/cloudquery/plugin-sdk/v4/schema" "github.com/rs/zerolog" diff --git a/scheduler/scheduler.go b/scheduler/scheduler.go index 9eabf6138b..5e4d7db7a7 100644 --- a/scheduler/scheduler.go +++ b/scheduler/scheduler.go @@ -9,10 +9,10 @@ import ( "sync/atomic" "time" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/cloudquery/plugin-sdk/v4/caser" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/scalar" diff --git a/scheduler/scheduler_test.go b/scheduler/scheduler_test.go index 1fda03d545..b5ab8dd2ae 100644 --- a/scheduler/scheduler_test.go +++ b/scheduler/scheduler_test.go @@ -7,8 +7,8 @@ import ( "github.com/stretchr/testify/require" "testing" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/scalar" "github.com/cloudquery/plugin-sdk/v4/schema" diff --git a/schema/arrow.go b/schema/arrow.go index 4fbf7592e9..e882625334 100644 --- a/schema/arrow.go +++ b/schema/arrow.go @@ -1,7 +1,7 @@ package schema import ( - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) const ( diff --git a/schema/arrow_test.go b/schema/arrow_test.go index c9e6b540c1..4cf99b6f23 100644 --- a/schema/arrow_test.go +++ b/schema/arrow_test.go @@ -4,8 +4,8 @@ import ( "fmt" "strings" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" ) func RecordDiff(l arrow.Record, r arrow.Record) string { diff --git a/schema/column.go b/schema/column.go index a080f048c5..3fd93e1f47 100644 --- a/schema/column.go +++ b/schema/column.go @@ -5,7 +5,7 @@ import ( "encoding/json" "strings" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) type ColumnList []Column diff --git a/schema/errors.go b/schema/errors.go index aacb755e5a..f1d53f9096 100644 --- a/schema/errors.go +++ b/schema/errors.go @@ -4,7 +4,7 @@ package schema import ( "fmt" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" ) const ( diff --git a/schema/meta.go b/schema/meta.go index b184207078..4baf61502a 100644 --- a/schema/meta.go +++ b/schema/meta.go @@ -3,7 +3,7 @@ package schema import ( "context" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/scalar" "github.com/cloudquery/plugin-sdk/v4/types" ) diff --git a/schema/table.go b/schema/table.go index 97586de591..71b428b040 100644 --- a/schema/table.go +++ b/schema/table.go @@ -6,7 +6,7 @@ import ( "regexp" "slices" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/glob" ) diff --git a/schema/table_test.go b/schema/table_test.go index fa7b5048f4..ddfc3d14d7 100644 --- a/schema/table_test.go +++ b/schema/table_test.go @@ -3,7 +3,7 @@ package schema import ( "testing" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/types" "github.com/google/go-cmp/cmp" "github.com/stretchr/testify/require" diff --git a/schema/testdata.go b/schema/testdata.go index adf191e58b..5b55075df7 100644 --- a/schema/testdata.go +++ b/schema/testdata.go @@ -8,9 +8,9 @@ import ( "strings" "time" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/cloudquery/plugin-sdk/v4/types" "github.com/google/uuid" "golang.org/x/exp/rand" diff --git a/schema/validators.go b/schema/validators.go index e2e096470f..ec8ea5b408 100644 --- a/schema/validators.go +++ b/schema/validators.go @@ -3,7 +3,7 @@ package schema import ( "encoding/json" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/types" ) diff --git a/schema/validators_test.go b/schema/validators_test.go index 86667e6ef5..ecbe876135 100644 --- a/schema/validators_test.go +++ b/schema/validators_test.go @@ -4,9 +4,9 @@ import ( "fmt" "testing" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/cloudquery/plugin-sdk/v4/types" "github.com/stretchr/testify/require" ) diff --git a/serve/destination_v0_test.go b/serve/destination_v0_test.go index 8ea866eca6..136641a309 100644 --- a/serve/destination_v0_test.go +++ b/serve/destination_v0_test.go @@ -7,8 +7,8 @@ import ( "testing" "time" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" pbBase "github.com/cloudquery/plugin-pb-go/pb/base/v0" pb "github.com/cloudquery/plugin-pb-go/pb/destination/v0" "github.com/cloudquery/plugin-pb-go/specs" diff --git a/serve/destination_v1_test.go b/serve/destination_v1_test.go index e657547c46..683cee765a 100644 --- a/serve/destination_v1_test.go +++ b/serve/destination_v1_test.go @@ -8,10 +8,10 @@ import ( "testing" "time" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/ipc" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/ipc" + "github.com/apache/arrow/go/v15/arrow/memory" pb "github.com/cloudquery/plugin-pb-go/pb/destination/v1" pbSource "github.com/cloudquery/plugin-pb-go/pb/source/v2" "github.com/cloudquery/plugin-pb-go/specs" diff --git a/serve/plugin_test.go b/serve/plugin_test.go index 5cd43500b1..12b06a3865 100644 --- a/serve/plugin_test.go +++ b/serve/plugin_test.go @@ -7,10 +7,10 @@ import ( "sync" "testing" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/ipc" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/ipc" + "github.com/apache/arrow/go/v15/arrow/memory" pb "github.com/cloudquery/plugin-pb-go/pb/plugin/v3" "github.com/cloudquery/plugin-sdk/v4/internal/memdb" "github.com/cloudquery/plugin-sdk/v4/plugin" diff --git a/transformers/struct.go b/transformers/struct.go index bb0bd75883..0148cb714d 100644 --- a/transformers/struct.go +++ b/transformers/struct.go @@ -8,7 +8,7 @@ import ( "strings" "time" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/caser" "github.com/cloudquery/plugin-sdk/v4/schema" "github.com/cloudquery/plugin-sdk/v4/types" diff --git a/transformers/struct_test.go b/transformers/struct_test.go index 766eae5aef..42877297d5 100644 --- a/transformers/struct_test.go +++ b/transformers/struct_test.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "github.com/apache/arrow/go/v14/arrow" + "github.com/apache/arrow/go/v15/arrow" "github.com/cloudquery/plugin-sdk/v4/schema" "github.com/cloudquery/plugin-sdk/v4/types" "github.com/google/go-cmp/cmp" diff --git a/types/extensions.go b/types/extensions.go index 384d5cc5fa..38ae8d7a45 100644 --- a/types/extensions.go +++ b/types/extensions.go @@ -1,6 +1,6 @@ package types -import "github.com/apache/arrow/go/v14/arrow" +import "github.com/apache/arrow/go/v15/arrow" var ExtensionTypes = struct { UUID arrow.ExtensionType diff --git a/types/extensions_test.go b/types/extensions_test.go index f728173d28..b55fc3151a 100644 --- a/types/extensions_test.go +++ b/types/extensions_test.go @@ -3,9 +3,9 @@ package types import ( "testing" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/google/uuid" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/types/inet.go b/types/inet.go index f1a26d778f..ac505f3a6b 100644 --- a/types/inet.go +++ b/types/inet.go @@ -7,8 +7,8 @@ import ( "reflect" "strings" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" "github.com/goccy/go-json" ) diff --git a/types/inet_test.go b/types/inet_test.go index e9b5d02435..396da23109 100644 --- a/types/inet_test.go +++ b/types/inet_test.go @@ -4,8 +4,8 @@ import ( "net" "testing" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/stretchr/testify/require" ) diff --git a/types/json.go b/types/json.go index ba90a3fdb8..dd350d913d 100644 --- a/types/json.go +++ b/types/json.go @@ -8,8 +8,8 @@ import ( "github.com/goccy/go-json" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" ) type JSONBuilder struct { diff --git a/types/json_test.go b/types/json_test.go index 26c22bbea6..f5533d8163 100644 --- a/types/json_test.go +++ b/types/json_test.go @@ -5,8 +5,8 @@ import ( "strconv" "testing" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/goccy/go-json" "github.com/stretchr/testify/require" ) diff --git a/types/mac.go b/types/mac.go index b06bc9f9da..e8827d02a8 100644 --- a/types/mac.go +++ b/types/mac.go @@ -7,8 +7,8 @@ import ( "reflect" "strings" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" "github.com/goccy/go-json" ) diff --git a/types/mac_test.go b/types/mac_test.go index 23846c4864..8645a79a94 100644 --- a/types/mac_test.go +++ b/types/mac_test.go @@ -4,8 +4,8 @@ import ( "net" "testing" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/stretchr/testify/require" ) diff --git a/types/register.go b/types/register.go index 0c614d49cb..3aec55cd3b 100644 --- a/types/register.go +++ b/types/register.go @@ -1,6 +1,6 @@ package types -import "github.com/apache/arrow/go/v14/arrow" +import "github.com/apache/arrow/go/v15/arrow" func RegisterAllExtensions() error { if err := arrow.RegisterExtensionType(&UUIDType{}); err != nil { diff --git a/types/uuid.go b/types/uuid.go index e026e7ab91..86c4562995 100644 --- a/types/uuid.go +++ b/types/uuid.go @@ -8,8 +8,8 @@ import ( "github.com/goccy/go-json" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" "github.com/google/uuid" ) diff --git a/types/uuid_test.go b/types/uuid_test.go index 63bcd1427f..4fa6640bc6 100644 --- a/types/uuid_test.go +++ b/types/uuid_test.go @@ -3,8 +3,8 @@ package types import ( "testing" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/google/uuid" "github.com/stretchr/testify/require" ) diff --git a/writers/batchwriter/batchwriter.go b/writers/batchwriter/batchwriter.go index a996552a34..57c321fcf2 100644 --- a/writers/batchwriter/batchwriter.go +++ b/writers/batchwriter/batchwriter.go @@ -6,7 +6,7 @@ import ( "sync" "time" - "github.com/apache/arrow/go/v14/arrow/util" + "github.com/apache/arrow/go/v15/arrow/util" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/schema" "github.com/cloudquery/plugin-sdk/v4/writers" diff --git a/writers/batchwriter/batchwriter_test.go b/writers/batchwriter/batchwriter_test.go index 19e4cf80f4..e44fe9602a 100644 --- a/writers/batchwriter/batchwriter_test.go +++ b/writers/batchwriter/batchwriter_test.go @@ -6,9 +6,9 @@ import ( "testing" "time" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/schema" ) diff --git a/writers/mixedbatchwriter/mixedbatchwriter.go b/writers/mixedbatchwriter/mixedbatchwriter.go index 973463aa6d..49fb529d87 100644 --- a/writers/mixedbatchwriter/mixedbatchwriter.go +++ b/writers/mixedbatchwriter/mixedbatchwriter.go @@ -4,7 +4,7 @@ import ( "context" "time" - "github.com/apache/arrow/go/v14/arrow/util" + "github.com/apache/arrow/go/v15/arrow/util" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/writers" "github.com/rs/zerolog" diff --git a/writers/mixedbatchwriter/mixedbatchwriter_test.go b/writers/mixedbatchwriter/mixedbatchwriter_test.go index 47d4f1eb07..bce7f5509b 100644 --- a/writers/mixedbatchwriter/mixedbatchwriter_test.go +++ b/writers/mixedbatchwriter/mixedbatchwriter_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/schema" "github.com/cloudquery/plugin-sdk/v4/writers" diff --git a/writers/streamingbatchwriter/streamingbatchwriter.go b/writers/streamingbatchwriter/streamingbatchwriter.go index d7196e6077..d29da47f7a 100644 --- a/writers/streamingbatchwriter/streamingbatchwriter.go +++ b/writers/streamingbatchwriter/streamingbatchwriter.go @@ -25,7 +25,7 @@ import ( "sync" "time" - "github.com/apache/arrow/go/v14/arrow/util" + "github.com/apache/arrow/go/v15/arrow/util" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/schema" "github.com/cloudquery/plugin-sdk/v4/writers" diff --git a/writers/streamingbatchwriter/streamingbatchwriter_test.go b/writers/streamingbatchwriter/streamingbatchwriter_test.go index 7988fc4db4..f33f63086c 100644 --- a/writers/streamingbatchwriter/streamingbatchwriter_test.go +++ b/writers/streamingbatchwriter/streamingbatchwriter_test.go @@ -6,9 +6,9 @@ import ( "testing" "time" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/cloudquery/plugin-sdk/v4/message" "github.com/cloudquery/plugin-sdk/v4/schema" )