This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch
dependabot/go_modules/go/adbc/github.com/apache/arrow-go/v18-18.4.1
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
from b285b607e chore(go/adbc): Bump github.com/apache/arrow-go/v18 in
/go/adbc
add 864fa90b2 chore(go/adbc): migrate to arrow.RecordBatch
No new revisions were added by this update.
Summary of changes:
go/adbc/README.md | 8 +-
go/adbc/adbc.go | 2 +-
go/adbc/driver/bigquery/driver_test.go | 42 +++++------
go/adbc/driver/bigquery/record_reader.go | 30 +++++---
go/adbc/driver/bigquery/statement.go | 10 +--
go/adbc/driver/flightsql/cmd/testserver/main.go | 8 +-
go/adbc/driver/flightsql/example_usage_test.go | 2 +-
.../driver/flightsql/flightsql_adbc_server_test.go | 14 ++--
go/adbc/driver/flightsql/flightsql_adbc_test.go | 8 +-
go/adbc/driver/flightsql/flightsql_connection.go | 18 ++---
go/adbc/driver/flightsql/flightsql_database.go | 2 +-
go/adbc/driver/flightsql/flightsql_statement.go | 2 +-
go/adbc/driver/flightsql/record_reader.go | 24 +++---
go/adbc/driver/flightsql/record_reader_test.go | 4 +-
go/adbc/driver/internal/driverbase/connection.go | 12 +--
go/adbc/driver/internal/driverbase/driver_test.go | 6 +-
go/adbc/driver/internal/shared_utils.go | 4 +-
go/adbc/driver/panicdummy/panicdummy_adbc.go | 2 +-
go/adbc/driver/snowflake/binding.go | 6 +-
go/adbc/driver/snowflake/bulk_ingestion.go | 14 ++--
go/adbc/driver/snowflake/bulk_ingestion_test.go | 10 +--
go/adbc/driver/snowflake/concat_reader.go | 9 ++-
go/adbc/driver/snowflake/driver_test.go | 88 +++++++++++-----------
go/adbc/driver/snowflake/record_reader.go | 36 +++++----
go/adbc/driver/snowflake/statement.go | 4 +-
go/adbc/drivermgr/wrapper.go | 2 +-
go/adbc/drivermgr/wrapper_sqlite_test.go | 32 ++++----
go/adbc/ext.go | 2 +-
go/adbc/pkg/_tmpl/driver.go.tmpl | 2 +-
go/adbc/pkg/bigquery/driver.go | 2 +-
go/adbc/pkg/flightsql/driver.go | 2 +-
go/adbc/pkg/panicdummy/driver.go | 2 +-
go/adbc/pkg/snowflake/driver.go | 2 +-
go/adbc/sqldriver/driver.go | 10 +--
go/adbc/sqldriver/driver_internals_test.go | 2 +-
go/adbc/validation/validation.go | 42 +++++------
36 files changed, 244 insertions(+), 221 deletions(-)