This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 5184d7c175 GH-31868: [C++] Support concatenating extension arrays
(#14463)
add 631c68a306 GH-35042: [Go][FlightSQL driver] Add TLS configuration
(#35051)
No new revisions were added by this update.
Summary of changes:
go/arrow/flight/flightsql/driver/README.md | 81 ++++-
go/arrow/flight/flightsql/driver/config.go | 90 ++++-
go/arrow/flight/flightsql/driver/config_test.go | 427 +++++++++++++++++++++++
go/arrow/flight/flightsql/driver/driver.go | 7 -
go/arrow/{ => flight/flightsql/driver}/errors.go | 13 +-
5 files changed, 598 insertions(+), 20 deletions(-)
create mode 100644 go/arrow/flight/flightsql/driver/config_test.go
copy go/arrow/{ => flight/flightsql/driver}/errors.go (71%)