Skip to content

Commit

Permalink
update quirk arrow version
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Jan 19, 2024
1 parent 0801f72 commit 84ce78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/adbc/driver/flightsql/flightsql_adbc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func (s *FlightSQLQuirks) GetMetadata(code adbc.InfoCode) interface{} {
case adbc.InfoVendorVersion:
return "sqlite 3"
case adbc.InfoVendorArrowVersion:
return "14.0.0"
return "14.0.2"
}

return nil
Expand Down

0 comments on commit 84ce78d

Please sign in to comment.