Skip to content

Commit 40ff23e

Browse files
update vendor version in driver_test.go
1 parent 1620b5d commit 40ff23e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

go/driver_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"strings"
3030
"testing"
3131

32-
"github.com/adbc-drivers/databricks/go"
32+
databricks "github.com/adbc-drivers/databricks/go"
3333
"github.com/adbc-drivers/driverbase-go/validation"
3434
"github.com/apache/arrow-adbc/go/adbc"
3535
"github.com/apache/arrow-go/v18/arrow"
@@ -269,7 +269,7 @@ func (d *DatabricksQuirks) GetMetadata(code adbc.InfoCode) any {
269269
case adbc.InfoDriverArrowVersion:
270270
return "(unknown or development build)"
271271
case adbc.InfoVendorVersion:
272-
return "2025.40"
272+
return "2026.15"
273273
case adbc.InfoVendorArrowVersion:
274274
return "(unknown or development build)"
275275
case adbc.InfoDriverADBCVersion:

0 commit comments

Comments
 (0)