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 de25c731 chore: revert staticcheck/golangci-lint
    omit d7e7db34 chore: revert R
    omit 53eb3f9d feat: clarify progress
    omit 8fc60cee chore: fix test
    omit 01201e7e chore: fix check
    omit 320a2e95 chore: fix typecheck
    omit 9c0d932a chore: link libresolv on macOS
    omit 646ab849 chore: CI fixes, downgrade to Go 1.18
    omit 6655f80d feat(c/driver_manager): support alternate entrypoint name 
(#972)
    omit 8da38e15 feat(format,c,go,python): add error details to 
ArrowArrayStream (#963)
    omit 3e37cb75 feat(go/adbc/pkg): update error_details FFI (#961)
    omit d7f8e63b feat(c/driver/postgresql): implement statistics API (#960)
    omit 815548d7 feat(c,format,python): implement error details (#954)
    omit ab0aef74 fix(go/adbc/driver/snowflake): disable statistics tests (#944)
    omit 4ca8efce feat(python): expose ADBC 1.1.0 features (#937)
    omit 2e44c0c1 feat(c/driver/postgresql): implement ADBC 1.1.0 features 
(#852)
    omit 920b3597 docs: update prose for 1.1.0 and clarify cancellation (#932)
    omit 2c48018f chore(go): fix up minor Go things in 1.1.0 draft (#926)
    omit 1d9cd2b3 feat(java): implement 1.1.0 features (#872)
    omit 04b5565c feat(go/adbc): add FFI support for 1.1.0 features (#893)
    omit 2a7b7bd1 feat(go/adbc): implement ADBC 1.1.0 features (#700)
    omit ad427df0 feat(c): fix typos in 1.1.0, update driver manager (#857)
    omit ccbbd129 feat(format): add additional features to 1.1.0 spec (#765)
    omit 8896a3bd test(c): add backwards compatibility tests for 1.1.0/1.0.0 
(#698)
    omit d7b84ae0 feat(format): remove unnecessary padding (#731)
    omit be2e2d05 feat(format): introduce ADBC API revision 1.1.0 (#692)
     add 36f7233e perf(go/adbc/driver/snowflake): Implement concurrency limit 
(#974)
     add 535dddb3 feat(format): introduce ADBC API revision 1.1.0 (#692)
     add 5ec705b9 feat(format): remove unnecessary padding (#731)
     add 057e0247 test(c): add backwards compatibility tests for 1.1.0/1.0.0 
(#698)
     add 34031a87 feat(format): add additional features to 1.1.0 spec (#765)
     add 2a8ade13 feat(c): fix typos in 1.1.0, update driver manager (#857)
     add 0d95b9c0 feat(go/adbc): implement ADBC 1.1.0 features (#700)
     add ace7c1c7 feat(go/adbc): add FFI support for 1.1.0 features (#893)
     add 4c36f71e feat(java): implement 1.1.0 features (#872)
     add e972b8e5 chore(go): fix up minor Go things in 1.1.0 draft (#926)
     add 49266ad8 docs: update prose for 1.1.0 and clarify cancellation (#932)
     add 2c677366 feat(c/driver/postgresql): implement ADBC 1.1.0 features 
(#852)
     add 2946fff1 feat(python): expose ADBC 1.1.0 features (#937)
     add 6b43c74d fix(go/adbc/driver/snowflake): disable statistics tests (#944)
     add a823b09e feat(c,format,python): implement error details (#954)
     add 1a3119e5 feat(c/driver/postgresql): implement statistics API (#960)
     add 3da58a6d feat(go/adbc/pkg): update error_details FFI (#961)
     add 5c786ced feat(format,c,go,python): add error details to 
ArrowArrayStream (#963)
     add 779dd4a5 feat(c/driver_manager): support alternate entrypoint name 
(#972)
     add 4b9dffda chore: CI fixes, downgrade to Go 1.18
     add 24b397e6 chore: link libresolv on macOS
     add 3a194828 chore: fix typecheck
     add a78ea820 chore: fix check
     add e89c9dba chore: fix test
     add b1a85039 feat: clarify progress
     add 8a6dce5a chore: revert R
     add 445d8be4 chore: revert staticcheck/golangci-lint

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   (de25c731)
            \
             N -- N -- N   refs/heads/spec-1.1.0 (445d8be4)

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:
 docs/source/driver/snowflake.rst                   | 11 ++++++--
 go/adbc/driver/snowflake/connection.go             | 11 ++++++--
 go/adbc/driver/snowflake/record_reader.go          |  3 ++-
 go/adbc/driver/snowflake/statement.go              | 30 ++++++++++++++++++----
 go/adbc/go.mod                                     |  4 +--
 go/adbc/go.sum                                     | 25 +++---------------
 .../adbc_driver_snowflake/__init__.py              |  7 +++--
 .../adbc_driver_snowflake/tests/test_lowlevel.py   |  2 +-
 8 files changed, 57 insertions(+), 36 deletions(-)

Reply via email to