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 9c9975ac feat(format): add additional features to 1.1.0 spec (#765)
    omit 362638da test(c): add backwards compatibility tests for 1.1.0/1.0.0 
(#698)
    omit 7f920bf7 feat(format): remove unnecessary padding (#731)
    omit e266f168 feat(format): introduce ADBC API revision 1.1.0 (#692)
     add 518f21d0 build(c): force C++11 for drivers for R's sake (#844)
     add f96a6153 build(c): properly install missing symlink on Windows (#846)
     add 0696bcfd chore(c/vendor): Update vendored nanoarrow (#850)
     add a6702884 chore(r/adbcpostgresql): Add R 3.6 check to CI grid (#849)
     new 94b35a73 feat(format): introduce ADBC API revision 1.1.0 (#692)
     new 158e8ef3 feat(format): remove unnecessary padding (#731)
     new 0f75d324 test(c): add backwards compatibility tests for 1.1.0/1.0.0 
(#698)
     new b9262d58 feat(format): add additional features to 1.1.0 spec (#765)

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   (9c9975ac)
            \
             N -- N -- N   refs/heads/spec-1.1.0 (b9262d58)

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 4 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:
 .github/workflows/native-unix.yml          |  12 +-
 c/cmake_modules/AdbcDefines.cmake          |  32 +-
 c/cmake_modules/BuildUtils.cmake           |  17 +-
 c/cmake_modules/DefineOptions.cmake        |   3 +
 c/cmake_modules/GoUtils.cmake              |   5 +-
 c/driver/common/CMakeLists.txt             |   1 +
 c/driver/common/utils.h                    |  40 +-
 c/driver/postgresql/connection.cc          |   6 +-
 c/driver/postgresql/postgres_copy_reader.h |   5 +
 c/validation/CMakeLists.txt                |   1 +
 c/validation/adbc_validation_util.h        |   3 +-
 c/vendor/nanoarrow/nanoarrow.c             | 607 ++++++++++++++++++++---------
 c/vendor/nanoarrow/nanoarrow.h             | 272 ++++++++++---
 c/vendor/nanoarrow/nanoarrow.hpp           |  51 +++
 c/vendor/vendor_nanoarrow.sh               |   2 +
 ci/scripts/python_wheel_windows_build.bat  |   5 +-
 dev/release/utils-prepare.sh               |   4 -
 17 files changed, 781 insertions(+), 285 deletions(-)

Reply via email to