You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ze...@apache.org on 2023/01/25 19:49:56 UTC

[arrow-adbc] branch main updated (73a6f27 -> 3396ae6)

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-adbc.git


    from 73a6f27  fix(go/adbc/sqldriver): allow equals signs in DSN values (#382)
     add 3396ae6  feat(go/adbc/driver/flightsql): change parallelization of DoGet (#386)

No new revisions were added by this update.

Summary of changes:
 docs/source/driver/go/flight_sql.rst            |  12 +-
 go/adbc/driver/flightsql/flightsql_adbc.go      |   5 +-
 go/adbc/driver/flightsql/flightsql_adbc_test.go |  55 ++++++
 go/adbc/driver/flightsql/flightsql_statement.go |  38 +++-
 go/adbc/driver/flightsql/record_reader.go       |  91 ++++++---
 go/adbc/driver/flightsql/record_reader_test.go  | 244 ++++++++++++++++++++++++
 6 files changed, 410 insertions(+), 35 deletions(-)
 create mode 100644 go/adbc/driver/flightsql/record_reader_test.go