Skip to content

Commit 026f504

Browse files
committed
bump arrow version
1 parent 83a0ab9 commit 026f504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/adbc/drivermgr/wrapper_duckdb_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525

2626
"github.com/apache/arrow-adbc/go/adbc"
2727
"github.com/apache/arrow-adbc/go/adbc/drivermgr"
28-
"github.com/apache/arrow/go/v16/arrow"
29-
"github.com/apache/arrow/go/v16/arrow/array"
28+
"github.com/apache/arrow/go/v17/arrow"
29+
"github.com/apache/arrow/go/v17/arrow/array"
3030
"github.com/stretchr/testify/suite"
3131
"github.com/substrait-io/substrait-go/extensions"
3232
"github.com/substrait-io/substrait-go/plan"

0 commit comments

Comments
 (0)