Skip to content

Commit

Permalink
Update go/adbc/driver/flightsql/flightsql_driver.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusvniekerk authored Feb 26, 2025
1 parent 50ffc95 commit 189c833
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/adbc/driver/flightsql/flightsql_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ type driverImpl struct {
}

// NewDriver creates a new Flight SQL driver using the given Arrow allocator.
//
// It optionally accepts gRPC dial options to be used when connecting to the
func NewDriver(alloc memory.Allocator) adbc.Driver {
info := driverbase.DefaultDriverInfo("Flight SQL")
return driverbase.NewDriver(&driverImpl{DriverImplBase: driverbase.NewDriverImplBase(info, alloc)})
Expand Down

0 comments on commit 189c833

Please sign in to comment.