We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1620b5d commit 40ff23eCopy full SHA for 40ff23e
1 file changed
go/driver_test.go
@@ -29,7 +29,7 @@ import (
29
"strings"
30
"testing"
31
32
- "github.com/adbc-drivers/databricks/go"
+ databricks "github.com/adbc-drivers/databricks/go"
33
"github.com/adbc-drivers/driverbase-go/validation"
34
"github.com/apache/arrow-adbc/go/adbc"
35
"github.com/apache/arrow-go/v18/arrow"
@@ -269,7 +269,7 @@ func (d *DatabricksQuirks) GetMetadata(code adbc.InfoCode) any {
269
case adbc.InfoDriverArrowVersion:
270
return "(unknown or development build)"
271
case adbc.InfoVendorVersion:
272
- return "2025.40"
+ return "2026.15"
273
case adbc.InfoVendorArrowVersion:
274
275
case adbc.InfoDriverADBCVersion:
0 commit comments