This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/go/adbc/golang.org/x/sync-0.8.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


 discard e76c2a824 chore(go/adbc): bump golang.org/x/sync from 0.7.0 to 0.8.0 
in /go/adbc
     add 45cd9be77 fix(csharp/src/Drivers/BigQuery): update BigQuery test cases 
(#2048)
     add 05fa60d64 feat(c/driver/postgresql): Implement consuming a PGresult 
via the copy reader (#2029)
     add 07c3e4a45 feat(go/adbc/driver/bigquery): add schema to reader for 
BigQuery (#2050)
     add 3168e091d ci: work around download-artifact bug (#2067)
     add b9768b123 chore(go/adbc): bump golang.org/x/sync from 0.7.0 to 0.8.0 
in /go/adbc

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e76c2a824)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/go/adbc/golang.org/x/sync-0.8.0 (b9768b123)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/native-unix.yml                  |  46 ++-
 c/driver/postgresql/connection.cc                  |  55 ++--
 c/driver/postgresql/postgresql_test.cc             | 130 +++++++-
 c/driver/postgresql/result_helper.cc               | 338 +++++++++++++++++++--
 c/driver/postgresql/result_helper.h                | 110 ++++++-
 c/driver/postgresql/statement.cc                   | 298 +++++++-----------
 c/driver/postgresql/statement.h                    |  21 +-
 c/validation/adbc_validation_util.cc               |  14 +
 c/validation/adbc_validation_util.h                |   4 +
 .../Extensions/StandardSchemaExtensions.cs         |  20 +-
 csharp/src/Drivers/BigQuery/BigQueryStatement.cs   |   5 +-
 csharp/test/Drivers/BigQuery/BigQueryData.cs       | 181 +++++------
 go/adbc/driver/bigquery/record_reader.go           |   2 +-
 python/adbc_driver_postgresql/tests/test_dbapi.py  |   2 +-
 14 files changed, 861 insertions(+), 365 deletions(-)

Reply via email to