We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a0ab9 commit 026f504Copy full SHA for 026f504
go/adbc/drivermgr/wrapper_duckdb_test.go
@@ -25,8 +25,8 @@ import (
25
26
"github.com/apache/arrow-adbc/go/adbc"
27
"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"
+ "github.com/apache/arrow/go/v17/arrow"
+ "github.com/apache/arrow/go/v17/arrow/array"
30
"github.com/stretchr/testify/suite"
31
"github.com/substrait-io/substrait-go/extensions"
32
"github.com/substrait-io/substrait-go/plan"
0 commit comments