This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch
dependabot/go_modules/go/adbc/google.golang.org/api-0.228.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
from 5b365c75d use newer go
add e8fe00085 fix golangci-lint
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 2 +-
go/adbc/driver/bigquery/connection.go | 7 ++-
go/adbc/driver/bigquery/driver.go | 4 +-
go/adbc/driver/bigquery/driver_test.go | 54 ++++++++++++++---
go/adbc/driver/bigquery/record_reader.go | 2 +-
go/adbc/driver/flightsql/example_usage_test.go | 22 +++++--
.../driver/flightsql/flightsql_adbc_server_test.go | 52 ++++++++---------
go/adbc/driver/flightsql/flightsql_adbc_test.go | 67 ++++++++++++----------
go/adbc/driver/flightsql/flightsql_connection.go | 2 +-
go/adbc/driver/flightsql/flightsql_database.go | 26 +++++----
go/adbc/driver/flightsql/record_reader_test.go | 11 ++--
go/adbc/driver/internal/driverbase/driver_test.go | 14 ++---
go/adbc/driver/snowflake/bulk_ingestion.go | 36 ++++++++----
go/adbc/driver/snowflake/connection.go | 24 +++++---
go/adbc/driver/snowflake/driver.go | 4 +-
go/adbc/driver/snowflake/driver_test.go | 64 ++++++++++++---------
go/adbc/driver/snowflake/record_reader.go | 17 ++++--
go/adbc/driver/snowflake/snowflake_database.go | 9 +--
go/adbc/drivermgr/wrapper_sqlite_test.go | 16 +++---
go/adbc/sqldriver/driver.go | 9 +--
go/adbc/sqldriver/driver_test.go | 6 +-
go/adbc/sqldriver/flightsql/flightsql_test.go | 4 +-
go/adbc/validation/validation.go | 42 +++++++-------
23 files changed, 299 insertions(+), 195 deletions(-)