Skip to content

Commit 470c576

Browse files
committed
v16
1 parent ec91f5a commit 470c576

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scheduler/batch.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"sync"
66
"time"
77

8-
"github.com/apache/arrow/go/v15/arrow/array"
9-
"github.com/apache/arrow/go/v15/arrow/memory"
8+
"github.com/apache/arrow/go/v16/arrow/array"
9+
"github.com/apache/arrow/go/v16/arrow/memory"
1010
"github.com/cloudquery/plugin-sdk/v4/message"
1111
"github.com/cloudquery/plugin-sdk/v4/scalar"
1212
"github.com/cloudquery/plugin-sdk/v4/schema"

scheduler/benchmark_test.go.backup

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"testing"
1010
"time"
1111

12-
"github.com/apache/arrow/go/v15/arrow"
12+
"github.com/apache/arrow/go/v16/arrow"
1313
"github.com/cloudquery/plugin-pb-go/specs"
1414
"github.com/cloudquery/plugin-sdk/v4/schema"
1515
"github.com/rs/zerolog"

0 commit comments

Comments
 (0)