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

lidavidm pushed a change to branch spec-1.1.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


 discard e3c37457 feat(java): implement 1.1.0 features (#872)
 discard 4e8c341e feat(go/adbc): add FFI support for 1.1.0 features (#893)
 discard 96535e8c feat(go/adbc): implement ADBC 1.1.0 features (#700)
 discard 01cd0d00 feat(c): fix typos in 1.1.0, update driver manager (#857)
 discard 1742253f feat(format): add additional features to 1.1.0 spec (#765)
 discard 6e40a675 test(c): add backwards compatibility tests for 1.1.0/1.0.0 
(#698)
 discard 893c54db feat(format): remove unnecessary padding (#731)
 discard 139ee888 feat(format): introduce ADBC API revision 1.1.0 (#692)
     add 6263cfd5 feat(go/adbc/driver/flightsql): add context to gRPC errors 
(#921)
     add 97593dab fix(python/adbc_driver_snowflake): allow connecting without 
URI (#923)
     add 53ae4556 chore(rust): upgrade arrow to latest (44.0.0) version (#925)
     new 75627a5a feat(format): introduce ADBC API revision 1.1.0 (#692)
     new d4004415 feat(format): remove unnecessary padding (#731)
     new 27484c7c test(c): add backwards compatibility tests for 1.1.0/1.0.0 
(#698)
     new b5b27c01 feat(format): add additional features to 1.1.0 spec (#765)
     new 6b8e93e5 feat(c): fix typos in 1.1.0, update driver manager (#857)
     new 8a0554b5 feat(go/adbc): implement ADBC 1.1.0 features (#700)
     new 6cfed4c6 feat(go/adbc): add FFI support for 1.1.0 features (#893)
     new d6a083cd feat(java): implement 1.1.0 features (#872)

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   (e3c37457)
            \
             N -- N -- N   refs/heads/spec-1.1.0 (d6a083cd)

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.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 go/adbc/driver/flightsql/flightsql_adbc.go         | 48 +++++++-------
 .../driver/flightsql/flightsql_adbc_server_test.go |  2 +-
 go/adbc/driver/flightsql/flightsql_statement.go    | 10 +--
 go/adbc/driver/flightsql/record_reader.go          |  4 +-
 go/adbc/driver/flightsql/utils.go                  |  7 ++-
 .../adbc_driver_snowflake/__init__.py              |  7 ++-
 .../adbc_driver_snowflake/dbapi.py                 |  4 +-
 rust/Cargo.toml                                    |  6 +-
 rust/src/info.rs                                   | 73 +++++++++++-----------
 9 files changed, 83 insertions(+), 78 deletions(-)

Reply via email to